GroupPointerInstruction class
- Inheritance
-
- Object
- LayoutSerializable
- GroupPointerInstruction
Constructors
-
GroupPointerInstruction.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Map< String, dynamic> -
Serializes the object to a map.
override
-
toBytes(
) → List< int> -
Converts the object to bytes using Borsh serialization.
inherited
-
toHex(
) → String -
Converts the object to a hexadecimal string.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- staticLayout ↔ StructLayout
-
getter/setter pair
Static Methods
-
fromName(
String? value) → GroupPointerInstruction
Constants
- initialize → const GroupPointerInstruction
- update → const GroupPointerInstruction
-
values
→ const List<
GroupPointerInstruction>