Interface: DeclareTransactionResponse
types.DeclareTransactionResponse
Hierarchy​
↳
DeclareTransactionResponse
Properties​
contract_class​
• Optional
contract_class: any
Defined in​
src/types/provider/response.ts:73
sender_address​
• Optional
sender_address: string
Defined in​
src/types/provider/response.ts:74
transaction_hash​
• Optional
transaction_hash: string
Inherited from​
CommonTransactionResponse.transaction_hash
Defined in​
src/types/provider/response.ts:58
version​
• Optional
version: string
Inherited from​
CommonTransactionResponse.version
Defined in​
src/types/provider/response.ts:59
signature​
• Optional
signature: Signature
Inherited from​
CommonTransactionResponse.signature
Defined in​
src/types/provider/response.ts:60
max_fee​
• Optional
max_fee: string
Inherited from​
CommonTransactionResponse.max_fee
Defined in​
src/types/provider/response.ts:61
nonce​
• Optional
nonce: string
Inherited from​
CommonTransactionResponse.nonce