CreateFusionSourceInput: {
    blockchainType: WalletBlockchain;
    filter: Scalars["String"]["input"];
    fusionEventTypeIds: Scalars["String"]["input"][];
    id?: InputMaybe<Scalars["String"]["input"]>;
    maxScheduleIntervalInSeconds?: InputMaybe<Scalars["Int"]["input"]>;
    name: Scalars["String"]["input"];
}

Type declaration

  • blockchainType: WalletBlockchain

    The type of blockchain this Fusion Source will be using.

  • filter: Scalars["String"]["input"]

    Filter in JSON

  • fusionEventTypeIds: Scalars["String"]["input"][]

    List of FusionEvent IDs that will be emitted from here

  • Optionalid?: InputMaybe<Scalars["String"]["input"]>

    Do not use. Will be removed in the future.

  • OptionalmaxScheduleIntervalInSeconds?: InputMaybe<Scalars["Int"]["input"]>

    Do not use. Will be removed in the future.

  • name: Scalars["String"]["input"]

    The name of the Fusion Source.