@sentio/sdk
    Preparing search index...

    Class TestProcessorServer

    Implements

    Index

    Constructors

    Properties

    accountConfigs: AccountConfig[]
    aptos: AptosFacet
    contractConfigs: ContractConfig[]
    cosmos: CosmosFacet
    eth: EthFacet
    fuel: FuelFacet
    iota: IotaFacet
    service: ProcessorServiceImpl
    solana: SolanaFacet
    starknet: StarknetFacet
    storeContext: TestStoreContext
    sui: SuiFacet

    Accessors

    Methods

    • Parameters

      Returns ServerStreamingMethodResult<
          {
              dbRequest?: {
                  delete?: { entity?: string[]; id?: string[] };
                  get?: { entity?: string; id?: string };
                  list?: {
                      cursor?: string;
                      entity?: string;
                      filters?: {
                          field?: string;
                          op?: DBRequest_DBOperator;
                          value?: { values?: ... };
                      }[];
                      pageSize?: number;
                  };
                  opId?: bigint;
                  update?: {
                      entity?: string[];
                      entityData?: { fields?: { [key: ...]: ... } }[];
                      id?: string[];
                  };
                  upsert?: {
                      data?: { [key: string]: any }[];
                      entity?: string[];
                      entityData?: { fields?: { [key: ...]: ... } }[];
                      id?: string[];
                  };
              };
              processId?: number;
          },
      >

    • Parameters

      Returns ServerStreamingMethodResult<
          {
              dbRequest?: {
                  delete?: { entity?: string[]; id?: string[] };
                  get?: { entity?: string; id?: string };
                  list?: {
                      cursor?: string;
                      entity?: string;
                      filters?: {
                          field?: string;
                          op?: DBRequest_DBOperator;
                          value?: { values?: ... };
                      }[];
                      pageSize?: number;
                  };
                  opId?: bigint;
                  update?: {
                      entity?: string[];
                      entityData?: { fields?: { [key: ...]: ... } }[];
                      id?: string[];
                  };
                  upsert?: {
                      data?: { [key: string]: any }[];
                      entity?: string[];
                      entityData?: { fields?: { [key: ...]: ... } }[];
                      id?: string[];
                  };
              };
              partitions?: {
                  partitions?: {
                      [key: number]: | undefined
                      | {
                          sysValue?: ProcessStreamResponse_Partitions_Partition_SysValue;
                          userValue?: string;
                      };
                  };
              };
              processId?: number;
              result?: {
                  counters?: {
                      add?: boolean;
                      metadata?: {
                          address?: string;
                          blockNumber?: bigint;
                          chainId?: string;
                          contractName?: string;
                          labels?: { [key: ...]: ... };
                          logIndex?: number;
                          name?: string;
                          transactionHash?: string;
                          transactionIndex?: number;
                      };
                      metricValue?: {
                          bigDecimal?: string;
                          bigInteger?: { data?: ...; negative?: ... };
                          doubleValue?: number;
                      };
                      runtimeInfo?: { from?: HandlerType };
                  }[];
                  events?: {
                      attributes?: { [key: string]: any };
                      attributes2?: { fields?: { [key: ...]: ... } };
                      distinctEntityId?: string;
                      message?: string;
                      metadata?: {
                          address?: string;
                          blockNumber?: bigint;
                          chainId?: string;
                          contractName?: string;
                          labels?: { [key: ...]: ... };
                          logIndex?: number;
                          name?: string;
                          transactionHash?: string;
                          transactionIndex?: number;
                      };
                      noMetric?: boolean;
                      runtimeInfo?: { from?: HandlerType };
                      severity?: LogLevel;
                  }[];
                  exports?: {
                      metadata?: {
                          address?: string;
                          blockNumber?: bigint;
                          chainId?: string;
                          contractName?: string;
                          labels?: { [key: ...]: ... };
                          logIndex?: number;
                          name?: string;
                          transactionHash?: string;
                          transactionIndex?: number;
                      };
                      payload?: string;
                      runtimeInfo?: { from?: HandlerType };
                  }[];
                  gauges?: {
                      metadata?: {
                          address?: string;
                          blockNumber?: bigint;
                          chainId?: string;
                          contractName?: string;
                          labels?: { [key: ...]: ... };
                          logIndex?: number;
                          name?: string;
                          transactionHash?: string;
                          transactionIndex?: number;
                      };
                      metricValue?: {
                          bigDecimal?: string;
                          bigInteger?: { data?: ...; negative?: ... };
                          doubleValue?: number;
                      };
                      runtimeInfo?: { from?: HandlerType };
                  }[];
                  states?: { configUpdated?: boolean; error?: string };
                  timeseriesResult?: {
                      data?: { fields?: { [key: ...]: ... } };
                      metadata?: {
                          address?: string;
                          blockNumber?: bigint;
                          chainId?: string;
                          contractName?: string;
                          labels?: { [key: ...]: ... };
                          logIndex?: number;
                          name?: string;
                          transactionHash?: string;
                          transactionIndex?: number;
                      };
                      runtimeInfo?: { from?: HandlerType };
                      type?: TimeseriesResult_TimeseriesType;
                  }[];
              };
          },
      >