CreateBlockProfilesBroadcastItemResultFragment: {
    expiresAt: string;
    id: string;
    typedData: {
        domain: Eip712TypedDataDomainFragment;
        types: {
            SetBlockStatus: {
                name: string;
                type: string;
            }[];
        };
        value: {
            blockStatus: boolean[];
            byProfileId: string;
            deadline: number;
            idsOfProfilesToSetBlockStatus: string[];
            nonce: number;
        };
    };
}

Type declaration

  • expiresAt: string
  • id: string
  • typedData: {
        domain: Eip712TypedDataDomainFragment;
        types: {
            SetBlockStatus: {
                name: string;
                type: string;
            }[];
        };
        value: {
            blockStatus: boolean[];
            byProfileId: string;
            deadline: number;
            idsOfProfilesToSetBlockStatus: string[];
            nonce: number;
        };
    }
    • domain: Eip712TypedDataDomainFragment
    • types: {
          SetBlockStatus: {
              name: string;
              type: string;
          }[];
      }
      • SetBlockStatus: {
            name: string;
            type: string;
        }[]
    • value: {
          blockStatus: boolean[];
          byProfileId: string;
          deadline: number;
          idsOfProfilesToSetBlockStatus: string[];
          nonce: number;
      }
      • blockStatus: boolean[]
      • byProfileId: string
      • deadline: number
      • idsOfProfilesToSetBlockStatus: string[]
      • nonce: number