Skip to content

EIP712Endorsement

const EIP712Endorsement: object;

Defined in: packages/synapse-core/src/utils/cert.ts:22

readonly Endorsement: readonly [{
name: "nonce";
type: "uint64";
}, {
name: "notAfter";
type: "uint64";
}, {
name: "providerId";
type: "uint256";
}];