Skip to main content

UtxoOutput

@midnight/ledger v7.0.0


@midnight/ledger / UtxoOutput

Type Alias: UtxoOutput

type UtxoOutput = {
owner: UserAddress;
type: RawTokenType;
value: bigint;
};

An output appearing in an Intent.

Properties

owner

owner: UserAddress;

The address owning these tokens.


type

type: RawTokenType;

The token type of this UTXO


value

value: bigint;

The amount of tokens this UTXO represents