@ecp.eth/sdk / comments / RevokeApprovalParams
Type Alias: RevokeApprovalParams
type RevokeApprovalParams = {
app: Hex;
commentsAddress?: Hex;
writeContract: ContractWriteFunctions["revokeApproval"];
};Defined in: packages/sdk/src/comments/approval.ts:183
Properties
app
app: Hex;Defined in: packages/sdk/src/comments/approval.ts:187
The address of the app signer being unapproved
commentsAddress?
optional commentsAddress: Hex;Defined in: packages/sdk/src/comments/approval.ts:193
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESSwriteContract
writeContract: ContractWriteFunctions["revokeApproval"];Defined in: packages/sdk/src/comments/approval.ts:194