Methods
-
createLayout({String? property})
→ Layout<Map<String, dynamic>>
-
Creates a layout structure for serialization.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
signatureBytes()
→ List<int>
-
Abstract method to retrieve the signature as a list of bytes.
-
toBcs({String? property})
→ List<int>
-
Serializes the object to BCS format (List of bytes).
inherited
-
toBcsBase64()
→ String
-
Converts the BCS-encoded bytes to a Base64 string.
inherited
-
toBcsHex()
→ String
-
Converts the BCS-encoded bytes to a hexadecimal string.
inherited
-
toBytes()
→ List<int>
-
get bcs serialized of signature.
-
toJson()
→ Map<String, dynamic>
-
Converts the serialized object to a JSON-compatible Map.
inherited
-
toLayoutStruct()
→ Map<String, dynamic>
-
Converts the current object to a layout-friendly structure (Map format).
inherited
-
toString()
→ String
-
A string representation of this object.
inherited