Skip to main content
Version: v0.0.0

SparseCompactContractAddress

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / 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.

Properties​

tag​

tag: "contractAddress";