Blockchain (pdk.blockchain)
Contains structures to support blockchains integrations
TransactionReceipt
is a data format used in blockchain environments, particularly in Ethereum, to encapsulate information about a specific transaction that has been executed on the blockchain.
Properties:
blockHash :: pdk.core.String
blockNumber :: pdk.core.String
cumulativeGasUsed :: pdk.core.String
effectiveGasPrice :: pdk.core.String
gasUsed :: pdk.core.String
revertReason :: pdk.core.String
status :: pdk.core.String
transactionHash :: pdk.core.String
transactionIndex :: pdk.core.String
type :: pdk.core.String
Superstructures: Object <- Any
Last updated