UtxoOutput
For the complete documentation index, see llms.txt
@midnight/ledger / UtxoOutput
Type Alias: UtxoOutput
type UtxoOutput = {
owner: UserAddress;
type: RawTokenType;
value: bigint;
};
Intent에 나타나는 출력입니다.
Properties
owner
owner: UserAddress;
이 토큰을 소유한 주소입니다.
type
type: RawTokenType;
The token type of this UTXO
value
value: bigint;
이 UTXO가 나타내는 토큰 양입니다.