@ecp.eth/sdk / comments / GetDomainSeparatorParams
Type Alias: GetDomainSeparatorParams
type GetDomainSeparatorParams = {
commentsContractAddress?: Hex;
readContract: ContractReadFunctions["DOMAIN_SEPARATOR"];
};Defined in: packages/sdk/src/comments/contract.ts:120
Properties
commentsContractAddress?
optional commentsContractAddress: Hex;Defined in: packages/sdk/src/comments/contract.ts:125
The address of the comments contract
Default
COMMENT_MANAGER_ADDRESSreadContract
readContract: ContractReadFunctions["DOMAIN_SEPARATOR"];Defined in: packages/sdk/src/comments/contract.ts:126