@ecp.eth/sdk / comments / GetNonceParams
Type Alias: GetNonceParams
type GetNonceParams = {
app: Hex;
author: Hex;
commentsAddress?: Hex;
readContract: ContractReadFunctions["getNonce"];
};Defined in: packages/sdk/src/comments/comment.ts:476
Properties
app
app: Hex;Defined in: packages/sdk/src/comments/comment.ts:484
The app signer
author
author: Hex;Defined in: packages/sdk/src/comments/comment.ts:480
The author of the comment
commentsAddress?
optional commentsAddress: Hex;Defined in: packages/sdk/src/comments/comment.ts:489
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESSreadContract
readContract: ContractReadFunctions["getNonce"];Defined in: packages/sdk/src/comments/comment.ts:490