CreateSetFollowModuleBroadcastItemResultFragment: {
    expiresAt: string;
    id: string;
    typedData: {
        domain: Eip712TypedDataDomainFragment;
        types: {
            SetFollowModule: {
                name: string;
                type: string;
            }[];
        };
        value: {
            deadline: number;
            followModule: string;
            followModuleInitData: string;
            nonce: number;
            profileId: string;
        };
    };
}

Type declaration

  • expiresAt: string
  • id: string
  • typedData: {
        domain: Eip712TypedDataDomainFragment;
        types: {
            SetFollowModule: {
                name: string;
                type: string;
            }[];
        };
        value: {
            deadline: number;
            followModule: string;
            followModuleInitData: string;
            nonce: number;
            profileId: string;
        };
    }
    • domain: Eip712TypedDataDomainFragment
    • types: {
          SetFollowModule: {
              name: string;
              type: string;
          }[];
      }
      • SetFollowModule: {
            name: string;
            type: string;
        }[]
    • value: {
          deadline: number;
          followModule: string;
          followModuleInitData: string;
          nonce: number;
          profileId: string;
      }
      • deadline: number
      • followModule: string
      • followModuleInitData: string
      • nonce: number
      • profileId: string