query.kupmios.serializeutxos
Home > @blaze-cardano/query > Kupmios > serializeUtxos
Kupmios.serializeUtxos() method
Serialize unspent outputs to JSON format.
Signature:
static serializeUtxos(unspentOutputs: TransactionUnspentOutput[]): Schema.Utxo;
Parameters
Parameter |
Type |
Description |
---|---|---|
unspentOutputs |
TransactionUnspentOutput[] |
Unspent outputs to serialize. |
Returns:
Schema.Utxo
the serialized unspent outputs.