Variable RelayedTakeSigningTypesConst
RelayedTakeSigningTypes: {
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";
}];
RelayedTake: readonly [{
name: "take";
type: "Take";
}, {
name: "action";
type: "Action";
}];
Take: readonly [{
name: "amount";
type: "int256";
}, {
name: "referrer";
type: "address";
}, {
name: "common";
type: "Common";
}];
} = ...
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 RelayedTake: readonly [{
name: "take";
type: "Take";
}, {
name: "action";
type: "Action";
}]
Readonly Take: readonly [{
name: "amount";
type: "int256";
}, {
name: "referrer";
type: "address";
}, {
name: "common";
type: "Common";
}]