BorshObjectSized class abstract
Borsh Object
A BorshObject for fixed size data types.
- Inheritance
-
- Object
- BorshObject
- BorshObjectSized
- Mixed-in types
- Implementers
Constructors
- BorshObjectSized.new()
-
const
Properties
- borshSchema → BorshSchemaSized
-
Maps
this
class' properties to codecs.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
borshSize(
) → int -
Returns the serialized byte length of
this
instance.inherited -
borshSpace(
) → int -
The serialized byte length required to store any instance of this class (i.e. max size).
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBorsh(
) → Iterable< int> -
Serializes
this
instance into a buffer.inherited -
toJson(
) → dynamic -
Serialises
this
class into a JSON object.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited