CreateWeb3TargetInput: {
    accountId?: InputMaybe<Scalars["String"]["input"]>;
    name?: InputMaybe<Scalars["String"]["input"]>;
    protocol: Web3TargetProtocol;
    walletBlockchain: WalletBlockchain;
}

Object used to create a webhook target.

Type declaration

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

    Account ID or address. Use public key unless on a chain with accounts that can rotate keys, at which point use accountId

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

    Optional friendly name to identity the webhook. If specifying one, it must be unique for this type

  • protocol: Web3TargetProtocol

    Web3 protocol to use. The AccountId must already be initialized to receive messages on that protocol

  • walletBlockchain: WalletBlockchain

    Blockchain of the accountId