@ecp.eth/sdk / comments / CreateRemoveApprovalTypedDataParams
Type Alias: CreateRemoveApprovalTypedDataParams
type CreateRemoveApprovalTypedDataParams = {
app: Hex;
author: Hex;
chainId: number;
commentsAddress?: Hex;
deadline?: bigint;
nonce: bigint;
};Defined in: packages/sdk/src/comments/approval.ts:520
Properties
app
app: Hex;Defined in: packages/sdk/src/comments/approval.ts:528
The address of the app signer
author
author: Hex;Defined in: packages/sdk/src/comments/approval.ts:524
The address of the author
chainId
chainId: number;Defined in: packages/sdk/src/comments/approval.ts:532
The chain ID
commentsAddress?
optional commentsAddress: Hex;Defined in: packages/sdk/src/comments/approval.ts:544
The address of the comments contract
deadline?
optional deadline: bigint;Defined in: packages/sdk/src/comments/approval.ts:540
Timestamp after which the signature becomes invalid
nonce
nonce: bigint;Defined in: packages/sdk/src/comments/approval.ts:536
The current nonce for the author and app signer