Interface: OperationParams
Defined in: packages/overcast-core/src/operation.ts:86
Extended by
Properties
curve
curve: SignatureCurve;
Defined in: packages/overcast-core/src/operation.ts:95
The curve ID that will be used to sign this operation
expiry
expiry: number;
Defined in: packages/overcast-core/src/operation.ts:88
salt
salt: Bytes32;
Defined in: packages/overcast-core/src/operation.ts:93
Random 32-byte salt (the on-chain nonce) making the signature unique and
the operation single-use — raw entropy, hashed identically by every chain.