CreateSourceInput: {
    blockchainAddress?: InputMaybe<Scalars["String"]["input"]>;
    fusionEventTypeId?: InputMaybe<Scalars["String"]["input"]>;
    name?: InputMaybe<Scalars["String"]["input"]>;
    type: SourceType;
}

Object used to create a source that can be used on alerts to listen for blockchain events.

Type declaration

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

    Account address on blockchain.

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

    Fusion event type Id for fusion sources

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

    Friendly name for this Source.

  • type: SourceType

    Type of the BlockAddress being referenced. Can be SolanaWallet, EthereumWallet, TerraWallet, etc.