decodeCanisterRanges
decodeCanisterRanges(
lookupValue):CanisterRanges
Defined in: packages/core/src/agent/certificate.ts:975
Decode canister ranges from CBOR-encoded buffer
Parameters
Section titled “Parameters”lookupValue
Section titled “lookupValue”Uint8Array
the CBOR-encoded value read from the certificate
Returns
Section titled “Returns”an array of canister range tuples [start, end]