interface TransferCallObject {
    dst: string;
    wad: bigint;
}

Properties

Properties

dst: string
wad: bigint