interface SettleParams {
    inputs: ExtendedCoin[];
    outputs: Output[];
}

Properties

Properties

inputs: ExtendedCoin[]
outputs: Output[]