Codec class
Represents the codec that is used to serialize StdMsg
instances
properly during transactions signature processes.
Constructors
- Codec()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
deserializeAccount(
Any value) → AccountI -
Deserializes the provided
value
into an AccountI instance. -
registerAccountImpl(
AccountImpl impl) → void -
Registers the given
impl
as an AccountI implementation. -
serialize(
GeneratedMessage value) → Any -
Serializes the given
value
into a Map.