Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to define a custom path. Nested paths will be represented as individual buffers, and can be created from text using TextEncoder.

param key

the key to use to access the returned value in the canisterStatus map

param path

the path to the desired value, represented as an array of buffers

param decodeStrategy

the strategy to use to decode the returned value

Hierarchy

  • CustomPath

Implements

Implemented by

Index

Constructors

Properties

Constructors

  • new CustomPath(key: string, path: string | ArrayBuffer[], decodeStrategy: "raw" | "cbor" | "hex" | "leb128" | "utf-8"): CustomPath

Properties

decodeStrategy: "raw" | "cbor" | "hex" | "leb128" | "utf-8"
key: string
path: string | ArrayBuffer[]

Generated using TypeDoc