interface ApproveCallObject {
    amount: bigint;
    spender: string;
}

Properties

Properties

amount: bigint
spender: string