Variable RelayedGroupCancellationSigningTypesConst

RelayedGroupCancellationSigningTypes: {
    Action: readonly [{
        name: "maxFee";
        type: "uint256";
    }, {
        name: "common";
        type: "Common";
    }];
    Common: readonly [{
        name: "account";
        type: "address";
    }, {
        name: "signer";
        type: "address";
    }, {
        name: "domain";
        type: "address";
    }, {
        name: "nonce";
        type: "uint256";
    }, {
        name: "group";
        type: "uint256";
    }, {
        name: "expiry";
        type: "uint256";
    }];
    GroupCancellation: readonly [{
        name: "group";
        type: "uint256";
    }, {
        name: "common";
        type: "Common";
    }];
    RelayedGroupCancellation: readonly [{
        name: "groupCancellation";
        type: "GroupCancellation";
    }, {
        name: "action";
        type: "Action";
    }];
} = ...

Type declaration

  • Readonly Action: readonly [{
        name: "maxFee";
        type: "uint256";
    }, {
        name: "common";
        type: "Common";
    }]
  • Readonly Common: readonly [{
        name: "account";
        type: "address";
    }, {
        name: "signer";
        type: "address";
    }, {
        name: "domain";
        type: "address";
    }, {
        name: "nonce";
        type: "uint256";
    }, {
        name: "group";
        type: "uint256";
    }, {
        name: "expiry";
        type: "uint256";
    }]
  • Readonly GroupCancellation: readonly [{
        name: "group";
        type: "uint256";
    }, {
        name: "common";
        type: "Common";
    }]
  • Readonly RelayedGroupCancellation: readonly [{
        name: "groupCancellation";
        type: "GroupCancellation";
    }, {
        name: "action";
        type: "Action";
    }]