Avalanche SDK Client
    Preparing search index...

    Type Alias PrepareBaseTxnParameters

    PrepareBaseTxnParameters: CommonTxParams & { context?: ContextType.Context; outputs?: Output[] }

    Type declaration

    • Optionalcontext?: ContextType.Context

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

    • Optionaloutputs?: Output[]

      Optional. Outputs to send funds to. It can be used to specify resulting UTXOs.