CreateFollowBroadcastItemResultFragment: {
    expiresAt: string;
    id: string;
    typedData: {
        domain: Eip712TypedDataDomainFragment;
        types: {
            Follow: {
                name: string;
                type: string;
            }[];
        };
        value: {
            datas: string[];
            deadline: number;
            followTokenIds: string[];
            followerProfileId: string;
            idsOfProfilesToFollow: string[];
            nonce: number;
        };
    };
}

Type declaration

  • expiresAt: string
  • id: string
  • typedData: {
        domain: Eip712TypedDataDomainFragment;
        types: {
            Follow: {
                name: string;
                type: string;
            }[];
        };
        value: {
            datas: string[];
            deadline: number;
            followTokenIds: string[];
            followerProfileId: string;
            idsOfProfilesToFollow: string[];
            nonce: number;
        };
    }
    • domain: Eip712TypedDataDomainFragment
    • types: {
          Follow: {
              name: string;
              type: string;
          }[];
      }
      • Follow: {
            name: string;
            type: string;
        }[]
    • value: {
          datas: string[];
          deadline: number;
          followTokenIds: string[];
          followerProfileId: string;
          idsOfProfilesToFollow: string[];
          nonce: number;
      }
      • datas: string[]
      • deadline: number
      • followTokenIds: string[]
      • followerProfileId: string
      • idsOfProfilesToFollow: string[]
      • nonce: number