WalletCore
WalletCore
/
wallet.core.jni.proto
/
Cardano
/
TransactionPlan
/
Builder
/
addUtxos
add
Utxos
open
fun
addUtxos
(
value
:
TxInput
)
:
Cardano.TransactionPlan.Builder
open
fun
addUtxos
(
index
:
Int
,
value
:
TxInput
)
:
Cardano.TransactionPlan.Builder
open
fun
addUtxos
(
builderForValue
:
Builder
)
:
Cardano.TransactionPlan.Builder
open
fun
addUtxos
(
index
:
Int
,
builderForValue
:
Builder
)
:
Cardano.TransactionPlan.Builder
The selected UTXOs, subset ot the input UTXOs
Content copied to clipboard
repeated .TW.Cardano.Proto.TxInput utxos = 8;