interface TransferCallObject {
    to: string;
    value: bigint;
}

Properties

Properties

to: string
value: bigint