interface TransferCallObject {
    amount: bigint;
    recipient: string;
}

Properties

Properties

amount: bigint
recipient: string