the key to use to access the returned value in the canisterStatus map
Param: path
the path to the desired value, represented as a string
Param: decodeStrategy
the strategy to use to decode the returned value
interfaceMetaData{ Â Â Â Â kind:"metadata"; Â Â Â Â key:string; Â Â Â Â path:string|Uint8Array<ArrayBufferLike>; Â Â Â Â decodeStrategy:"cbor"|"hex"|"leb128"|"utf-8"|"raw"; }
Deprecated
Use CustomPath instead
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 a string
Param: decodeStrategy
the strategy to use to decode the returned value