Skip to main content

EncodedQualifiedShieldedCoinInfo

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.16.0


@midnight-ntwrk/compact-runtime / EncodedQualifiedShieldedCoinInfo

Interface: EncodedQualifiedShieldedCoinInfo

필드가 바이트 문자열로 인코딩된 QualifiedCoinInfo입니다. 이 표현은 컨트랙트 실행 파일 내부에서 사용됩니다.

Extends

Properties

color

readonly color: Uint8Array;

코인의 타입으로, 해당 코인이 나타내는 통화를 식별합니다.

Inherited from

EncodedShieldedCoinInfo.color


mt_index

readonly mt_index: bigint;

체인의 코인 커밋먼트 Merkle 트리에서 코인의 위치입니다. 음이 아닌 64비트 정수로 제한됩니다.


nonce

readonly nonce: Uint8Array;

코인의 무작위 값으로, 다른 코인과 충돌하지 않도록 합니다.

Inherited from

EncodedShieldedCoinInfo.nonce


value

readonly value: bigint;

코인의 값으로, 통화에 따른 최소 단위입니다. 음이 아닌 64비트 정수로 제한됩니다.

Inherited from

EncodedShieldedCoinInfo.value