@sentio/sdk
    Preparing search index...

    Variable EntityList

    EntityList: {
        create(
            base?: {
                entities?: {
                    data?: { fields?: { [key: string]: (...) | (...) } };
                    entity?: string;
                    genBlockChain?: string;
                    genBlockNumber?: bigint;
                    genBlockTime?: Date;
                }[];
            },
        ): EntityList;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): EntityList;
        encode(message: EntityList, writer?: Writer): Writer;
        fromJSON(object: any): EntityList;
        fromPartial(
            object: {
                entities?: {
                    data?: {
                        fields?: {
                            [key: string]:
                                | undefined
                                | {
                                    bigdecimalValue?: ...;
                                    bigintValue?: ...;
                                    boolValue?: ...;
                                    bytesValue?: ...;
                                    floatValue?: ...;
                                    int64Value?: ...;
                                    intValue?: ...;
                                    listValue?: ...;
                                    nullValue?: ...;
                                    stringValue?: ...;
                                    structValue?: ...;
                                    timestampValue?: ...;
                                    tokenValue?: ...;
                                };
                        };
                    };
                    entity?: string;
                    genBlockChain?: string;
                    genBlockNumber?: bigint;
                    genBlockTime?: Date;
                }[];
            },
        ): EntityList;
        toJSON(message: EntityList): unknown;
    }

    Type Declaration

    • create: function
      • Parameters

        • Optionalbase: {
              entities?: {
                  data?: { fields?: { [key: string]: (...) | (...) } };
                  entity?: string;
                  genBlockChain?: string;
                  genBlockNumber?: bigint;
                  genBlockTime?: Date;
              }[];
          }

        Returns EntityList

    • decode: function
      • Parameters

        • input: Uint8Array<ArrayBufferLike> | Reader
        • Optionallength: number

        Returns EntityList

    • encode: function
      • Parameters

        Returns Writer

    • fromJSON: function
      • Parameters

        • object: any

        Returns EntityList

    • fromPartial: function
      • Parameters

        • object: {
              entities?: {
                  data?: {
                      fields?: {
                          [key: string]:
                              | undefined
                              | {
                                  bigdecimalValue?: ...;
                                  bigintValue?: ...;
                                  boolValue?: ...;
                                  bytesValue?: ...;
                                  floatValue?: ...;
                                  int64Value?: ...;
                                  intValue?: ...;
                                  listValue?: ...;
                                  nullValue?: ...;
                                  stringValue?: ...;
                                  structValue?: ...;
                                  timestampValue?: ...;
                                  tokenValue?: ...;
                              };
                      };
                  };
                  entity?: string;
                  genBlockChain?: string;
                  genBlockNumber?: bigint;
                  genBlockTime?: Date;
              }[];
          }

        Returns EntityList

    • toJSON: function
      • Parameters

        Returns unknown