Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareExportTxnParameters

    PrepareExportTxnParameters: CommonTxParams & { context?: ContextType.Context; destinationChain: "X" | "C"; exportedOutputs: Output[] }

    Type declaration

    • Optionalcontext?: ContextType.Context

      Optional. The context to use for the transaction. If not provided, the context will be fetched.

    • destinationChain: "X" | "C"

      The chain to export the funds to. X_CHAIN_ALIAS | C_CHAIN_ALIAS

    • exportedOutputs: Output[]

      The outputs to export.