@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:469
Properties
app
app: Hex;
Defined in: packages/sdk/src/comments/comment.ts:477
The app signer
author
author: Hex;
Defined in: packages/sdk/src/comments/comment.ts:473
The author of the comment
commentsAddress?
optional commentsAddress: Hex;
Defined in: packages/sdk/src/comments/comment.ts:482
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESS
readContract
readContract: ContractReadFunctions["getNonce"];
Defined in: packages/sdk/src/comments/comment.ts:483