Skip to main content

ContractReferenceLocations

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.16.0


@midnight-ntwrk/compact-runtime / ContractReferenceLocations

Type Alias: ContractReferenceLocations

type ContractReferenceLocations = 
| EmptyPublicLedger
| PublicLedgerSegments;

주어진 원장 상태에서 모든 컨트랙트 참조의 위치를 나타내는 데이터 구조입니다. EmptyPublicLedger이면 원장 상태에 컨트랙트 참조가 없습니다. PublicLedgerSegments이면 컨트랙트 참조가 존재하며 contractDependencies를 사용하여 추출할 수 있습니다.