interface TransferEventObject {
    dst: string;
    src: string;
    wad: bigint;
}

Properties

Properties

dst: string
src: string
wad: bigint