CreateActOnOpenActionEip712TypedDataFragment: {
    domain: Eip712TypedDataDomainFragment;
    types: {
        Act: Eip712TypedDataFieldFragment[];
    };
    value: {
        actionModuleAddress: string;
        actionModuleData: string;
        actorProfileId: string;
        deadline: number;
        nonce: number;
        publicationActedId: string;
        publicationActedProfileId: string;
        referrerProfileIds: string[];
        referrerPubIds: string[];
    };
}

Type declaration

  • domain: Eip712TypedDataDomainFragment
  • types: {
        Act: Eip712TypedDataFieldFragment[];
    }
  • value: {
        actionModuleAddress: string;
        actionModuleData: string;
        actorProfileId: string;
        deadline: number;
        nonce: number;
        publicationActedId: string;
        publicationActedProfileId: string;
        referrerProfileIds: string[];
        referrerPubIds: string[];
    }
    • actionModuleAddress: string
    • actionModuleData: string
    • actorProfileId: string
    • deadline: number
    • nonce: number
    • publicationActedId: string
    • publicationActedProfileId: string
    • referrerProfileIds: string[]
    • referrerPubIds: string[]