Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.84 KB

AddressTokensTransactionConfirmedEachConfirmationDataItem.md

File metadata and controls

44 lines (22 loc) · 1.84 KB

Cryptoapis.AddressTokensTransactionConfirmedEachConfirmationDataItem

Properties

Name Type Description Notes
blockchain String Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.
network String Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "ropsten", are test networks.
address String Defines the specific address to which the transaction has been sent.
minedInBlock AddressTokensTransactionConfirmedDataItemMinedInBlock
transactionId String Defines the unique ID of the specific transaction, i.e. its identification number.
currentConfirmations Number Defines the number of currently received confirmations for the transaction.
targetConfirmations Number Defines the number of confirmation transactions requested as callbacks, i.e. the system can notify till the n-th confirmation.
tokenType String Defines the type of token sent with the transaction, e.g. ERC 20.
token AddressTokensTransactionConfirmedEachConfirmationToken
direction String Defines whether the transaction is "incoming" or "outgoing".

Enum: TokenTypeEnum

  • ERC-20 (value: "ERC-20")

  • ERC-721 (value: "ERC-721")

  • OMNI (value: "OMNI")

  • BEP-20 (value: "BEP-20")

Enum: DirectionEnum

  • incoming (value: "incoming")

  • outgoing (value: "outgoing")