Type alias UpdateOperator

UpdateOperator: {
    address: CIS2.Address;
    type: "add" | "remove";
}

Data needed to perform an "updateOperator" invocation according to the CIS-2 standard.

Type declaration

  • address: CIS2.Address

    The address be used for the operator update

  • type: "add" | "remove"

    The type of the update

Generated using TypeDoc