Interface: DeclareTransactionResponse
types.DeclareTransactionResponse
Hierarchy​
↳
DeclareTransactionResponse
Properties​
contract_class​
• Optional
contract_class: any
Defined in​
src/types/provider/response.ts:65
sender_address​
• Optional
sender_address: string
Defined in​
src/types/provider/response.ts:66
transaction_hash​
• Optional
transaction_hash: string
Inherited from​
CommonTransactionResponse.transaction_hash
Defined in​
src/types/provider/response.ts:45
version​
• Optional
version: string
Inherited from​
CommonTransactionResponse.version
Defined in​
src/types/provider/response.ts:46
signature​
• Optional
signature: Signature
Inherited from​
CommonTransactionResponse.signature
Defined in​
src/types/provider/response.ts:47
max_fee​
• Optional
max_fee: string
Inherited from​
CommonTransactionResponse.max_fee
Defined in​
src/types/provider/response.ts:48
nonce​
• Optional
nonce: string
Inherited from​
CommonTransactionResponse.nonce