Defined in work/ic-reactor/ic-reactor/.yarn/__virtual__/@dfinity-candid-virtual-71f7e2d478/4/.yarn/berry/cache/@dfinity-candid-npm-2.1.3-42dc934672-10c0.zip/node_modules/@dfinity/candid/lib/cjs/idl.d.ts:99 Accessors name get name( ) : string Returns string Overrides Type.name
Defined in work/ic-reactor/ic-reactor/.yarn/__virtual__/@dfinity-candid-virtual-71f7e2d478/4/.yarn/berry/cache/@dfinity-candid-npm-2.1.3-42dc934672-10c0.zip/node_modules/@dfinity/candid/lib/cjs/idl.d.ts:108 Methods display display ( ) : string Returns string buildTypeTable buildTypeTable ( typeTable ) : void Returns void checkType checkType ( t ) : types . IDL . Type < any > Overrides Type .checkType
Defined in work/ic-reactor/ic-reactor/.yarn/__virtual__/@dfinity-candid-virtual-71f7e2d478/4/.yarn/berry/cache/@dfinity-candid-npm-2.1.3-42dc934672-10c0.zip/node_modules/@dfinity/candid/lib/cjs/idl.d.ts:100 accept accept < D , R > ( v , d ) : R Returns R Overrides Type .accept
Defined in work/ic-reactor/ic-reactor/.yarn/__virtual__/@dfinity-candid-virtual-71f7e2d478/4/.yarn/berry/cache/@dfinity-candid-npm-2.1.3-42dc934672-10c0.zip/node_modules/@dfinity/candid/lib/cjs/idl.d.ts:101 covariant covariant ( x ) : x is any Returns x is any Overrides Type .covariant
Defined in work/ic-reactor/ic-reactor/.yarn/__virtual__/@dfinity-candid-virtual-71f7e2d478/4/.yarn/berry/cache/@dfinity-candid-npm-2.1.3-42dc934672-10c0.zip/node_modules/@dfinity/candid/lib/cjs/idl.d.ts:102 encodeValue encodeValue ( ) : never Internal
Returns never valueToString valueToString ( ) : never Returns never encodeType encodeType ( ) : never Returns never decodeValue decodeValue ( b , t ) : any Returns any Protected
_buildTypeTableImpl _buildTypeTableImpl ( ) : void Returns void
Represents an IDL Unknown, a placeholder type for deserialization only. When decoding a value as Unknown, all fields will be retained but the names are only available in hashed form. A deserialized unknown will offer it's actual type by calling the
type()
function. Unknown cannot be serialized and attempting to do so will throw an error.