Optional
abiMap: AbiMap
GqlGasCosts
BN
BN
Optional
gqlTransactionStatus: null
| { __typename
: "FailureStatus"
; block
: { __typename
: "Block"
; id
: string
} ; reason
: string
; time
: string
; type
: "FailureStatus"
} | { __typename
: "SqueezedOutStatus"
; reason
: string
; type
: "SqueezedOutStatus"
} | { __typename
: "SubmittedStatus"
; time
: string
; type
: "SubmittedStatus"
} | { __typename
: "SuccessStatus"
; block
: { __typename
: "Block"
; id
: string
} ; programState?
: null
| { __typename
: "ProgramState"
; data
: string
; returnType
: GqlReturnType
} ; time
: string
; type
: "SuccessStatus"
} Optional
id: string
BN
TransactionResultReceipt
[] Partial
<Omit
<TransactionScript
, "type"
>> & Partial
<Omit
<TransactionCreate
, "type"
>> & Partial
<Omit
<TransactionMint
, "type"
>> & { type
: TransactionType
} Uint8Array