Function createSuperstreamClient

  • Create a new Superstream client.

    Parameters

    • cluster: Cluster | URL

      The Solana cluster to create a client for. Possible values - "mainnet-beta", "devnet", "testnet" or a custom URL.

    • Optional wallet: Wallet

      The user wallet which will be used to create streams and do other operations. This is optional. If not provided, the operations requiring a payer will throw an error.

    Returns SuperstreamClient

    A new superstream client

Generated using TypeDoc