candid library

Extensions

PrincipalCandid on Principal

Properties

magic_bytes Uint8List
final

Functions

c_backwards(Uint8List candidbytes) List<CandidType>
c_forwards(List<CandidType> candids) Uint8List
candid_text_hash(String text) int
isConsOrRefTypeCode(int type_code) bool
isPrimTypeCode(int type_code) bool
match_variant<T>(Variant variant, Map<String, T Function(CandidType)> match_map) → T