Skip to main content

Utxo

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / Utxo

Type Alias: Utxo

type Utxo = {
intentHash: IntentHash;
outputNo: number;
owner: UserAddress;
type: RawTokenType;
value: bigint;
};

미사용 트랜잭션 출력입니다.

Properties

intentHash

intentHash: IntentHash;

The hash of the intent outputting this UTXO


outputNo

outputNo: number;

상위 Intent에서 이 UTXO의 출력 번호입니다.


owner

owner: UserAddress;

이 토큰을 소유한 주소입니다.


type

type: RawTokenType;

The token type of this UTXO


value

value: bigint;

이 UTXO가 나타내는 토큰 양입니다.