utils/dynamic_fields library
Functions
-
deriveDynamicFieldID(
String parentId, String nameType, Uint8List nameBcs) → String -
Derive the object ID of a dynamic field on
parentIdwith the given field name type (nameType, e.g.u64or0x2::foo::Bar) and BCS-encoded name value (nameBcs).