@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Interface SettleParams

    Explicit inputs and outputs accepted by IWallet.settle.

    Inputs can include both offchain virtual outputs and onchain boarding inputs.

    • IWallet.settle
    • Output
    interface SettleParams {
        inputs: ExtendedCoin[];
        outputs: Output[];
    }
    Index

    Properties

    Properties

    inputs: ExtendedCoin[]

    Offchain virtual outputs and/or onchain boarding inputs to settle.

    outputs: Output[]

    Optional onchain outputs to create (i.e., exit to).