Variable RelayedNonceCancellationSigningTypesConst
RelayedNonceCancellationSigningTypes: {
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";
}];
RelayedNonceCancellation: readonly [{
name: "nonceCancellation";
type: "Common";
}, {
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 RelayedNonceCancellation: readonly [{
name: "nonceCancellation";
type: "Common";
}, {
name: "action";
type: "Action";
}]