GetFusionSourceDevParamsResponse: {
    __typename?: "GetFusionSourceDevParamsResponse";
    blockchain: BlockchainType;
    blockFilter?: Maybe<Scalars["String"]["output"]>;
    requiredParserVariablesPerEvent?: Maybe<Maybe<FusionEventRequiredParserVariables>[]>;
}

Type declaration

  • Optional__typename?: "GetFusionSourceDevParamsResponse"
  • blockchain: BlockchainType

    Blockchain this parser is meant for

  • OptionalblockFilter?: Maybe<Scalars["String"]["output"]>

    Filter that when compared against a block and its tx's, will conditionally trigger this FusionSource to execute

  • OptionalrequiredParserVariablesPerEvent?: Maybe<Maybe<FusionEventRequiredParserVariables>[]>

    Optional variables that if provided, are required by the FusionSource to have returned in the output metadata in a top-level object named 'requiredParserVariables'