Skip to main content

@midnight-ntwrk/compact-runtime v0.7.0Readme | API


@midnight-ntwrk/compact-runtime v0.7.0 / SparseCompactContractAddress

Type alias: SparseCompactContractAddress

type SparseCompactContractAddress: {
tag: "contractAddress";
};

A data structure indicating that the current CompactValue being explored is a contract reference. When this type is recognized, the current CompactValue should be a ContractAddress, and the address is added to the dependency set.

Type declaration

tag

tag: "contractAddress";