Interface NFTSetApprovalForAllArg

Hierarchy

  • NFTSetApprovalForAllArg

Properties

attrib: {
    approved: boolean;
    contract_address: string;
    operator_address: string;
}

Type declaration

  • approved: boolean
  • contract_address: string
  • operator_address: string
fee_limit?: number
private_key: string

Generated using TypeDoc