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

Properties

Properties

spender: string
value: bigint