Skip to main content

UtxoSpend

For the complete documentation index, see llms.txt

@midnight/ledger v8.0.3


@midnight/ledger / UtxoSpend

Type Alias: UtxoSpend

type UtxoSpend = {
intentHash: IntentHash;
outputNo: number;
owner: SignatureVerifyingKey;
type: RawTokenType;
value: bigint;
};

Intent에 나타나는 입력 또는 사용자의 로컬 장부입니다.

Properties

intentHash

intentHash: IntentHash;

The hash of the intent outputting this UTXO


outputNo

outputNo: number;

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


owner

owner: SignatureVerifyingKey;

이 토큰을 소유한 서명 키입니다.


type

type: RawTokenType;

The token type of this UTXO


value

value: bigint;

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