TransactionAttestation
[TransactionAttestation] represents an attestation when a transaction is successfully validated and stored. Few attestations can be received with differents confirmations to ensure a better security of the replication.
type TransactionAttestation {
address: Address
maxConfirmations: Int
nbConfirmations: Int
}
Fields
TransactionAttestation.address
● Address
scalar
TransactionAttestation.maxConfirmations
● Int
scalar
TransactionAttestation.nbConfirmations
● Int
scalar
Returned by
transactionConfirmed
subscription