Skip to content

Commit

Permalink
Merge pull request #806 from trilitech/diana@origination_op
Browse files Browse the repository at this point in the history
fix: ScriptedContracts in Origination
  • Loading branch information
IsaccoSordo authored Aug 14, 2024
2 parents d8b4e4f + a0435b9 commit 84d5328
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { TezosBaseOperation, TezosOperationType } from '../../..'
import { ScriptedContracts } from '../common'

/**
* @internalapi
Expand All @@ -13,5 +14,5 @@ export interface TezosOriginationOperation extends TezosBaseOperation {
storage_limit: string
balance: string
delegate?: string
script: string
script: ScriptedContracts
}

0 comments on commit 84d5328

Please sign in to comment.