You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amount received from the sender of the transaction
sender
string
Hex-encoded address of the account whose balance was debited to perform this deposit. If the deposited funds came from a mint, the sender address will be 0x0...0.
receiver
string
Hex-encoded address of the account whose balance was credited by this deposit.
metadata
string
An optional field that can contain extra metadata for the event (from RawTransaction metadata??). This information can be used by an off-chain API to implement a sub-addressing scheme for a wallet.
Hex-encoded address of the account whose balance was debited to perform this deposit. If the deposited funds came from a mint, the sender address will be 0x0...0.
receiver
string
Hex-encoded address of the account whose balance was credited by this deposit.
metadata
string
An optional field that can contain extra metadata for the event (from RawTransaction metadata??). This information can be used by an off-chain API to implement a sub-addressing scheme for a wallet.
compliancekeyrotation
Event emitted when the public key used for dual attestation checking on-chain is rotated. Event key can be found in the compliance_key_rotation_event_key field for parent VASPs and designated dealers.
Name
Type
Description
type
string
constant string "compliancekeyrotation"
new_compliance_public_key
string
Hex-encoded new dual attestation compliance public key
time_rotated_seconds
u64
Blockchain time (in seconds) when the rotation occurred
baseurlrotation
Event emitted when the url used for off-chain dual attestation checking is rotated on-chain. Event key can be found in the base_url_rotation_event_key field for parent VASPs and designated dealers.
Name
Type
Description
type
string
constant string "baseurlrotation"
new_base_url
string
New URL endpoint for off-chain communication
time_rotated_seconds
u64
Blockchain time (in seconds) when the rotation occurred
admintransaction
Event emitted when a WriteSet transaction is committed which causes the state to be updated.
Name
Type
Description
type
string
Constant string "admintransaction"
committed_timestamp_secs
u64
The block time when this transaction is committed
newepoch
Event emitted when a new epoch is created after new validator is added / removed, or
config in the validator set changed.
Name
Type
Description
type
string
Constant string "newepoch"
epoch
unsigned int64(microseconds)
The new epoch
newblock
Event emitted when a new block is created
Name
Type
Description
type
string
Constant string "newblock"
round
unsigned int64
Round number
proposer
string
proposer account address, hex-encoded
proposed_time
unsigned int64(microseconds)
proposed timestamp
receivedmint
Event emitted after minted, destination address received the minted coins.