Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / comments / REMOVE_APPROVAL_TYPE

Variable: REMOVE_APPROVAL_TYPE

const REMOVE_APPROVAL_TYPE: {
  RemoveApproval: readonly [{
     name: "author";
     type: "address";
   }, {
     name: "app";
     type: "address";
   }, {
     name: "nonce";
     type: "uint256";
   }, {
     name: "deadline";
     type: "uint256";
  }];
};

Defined in: packages/sdk/src/comments/eip712.ts:58

Type declaration

RemoveApproval

readonly RemoveApproval: readonly [{
  name: "author";
  type: "address";
}, {
  name: "app";
  type: "address";
}, {
  name: "nonce";
  type: "uint256";
}, {
  name: "deadline";
  type: "uint256";
}];