interface ApproveCallObject {
    to: string;
    tokenId: bigint;
}

Properties

Properties

to: string
tokenId: bigint