Interface TransferEvent

§9.5 — Transfer event input.

interface TransferEvent {
    amount: bigint;
    assetId: string;
    nonce: string;
    receiver: string;
    sender: string;
    timestamp: number;
}

Properties

amount: bigint
assetId: string
nonce: string

Hex-encoded nonce for replay protection

receiver: string
sender: string
timestamp: number