CompiledMessage class
Methods
-
map<TResult extends Object?>({required TResult legacy(CompiledMessageLegacy value), required TResult v0(CompiledMessageV0 value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? legacy(CompiledMessageLegacy value)?, TResult? v0(CompiledMessageV0 value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult legacy(CompiledMessageLegacy value)?, TResult v0(CompiledMessageV0 value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult legacy(List<Ed25519HDPublicKey> accountKeys, String recentBlockhash, List<CompiledInstruction> instructions)?, TResult v0(List<Ed25519HDPublicKey> accountKeys, String recentBlockhash, List<CompiledInstruction> instructions, List<MessageAddressTableLookup> addressTableLookups)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toByteArray()
→ ByteArray
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult legacy(List<Ed25519HDPublicKey> accountKeys, String recentBlockhash, List<CompiledInstruction> instructions), required TResult v0(List<Ed25519HDPublicKey> accountKeys, String recentBlockhash, List<CompiledInstruction> instructions, List<MessageAddressTableLookup> addressTableLookups)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? legacy(List<Ed25519HDPublicKey> accountKeys, String recentBlockhash, List<CompiledInstruction> instructions)?, TResult? v0(List<Ed25519HDPublicKey> accountKeys, String recentBlockhash, List<CompiledInstruction> instructions, List<MessageAddressTableLookup> addressTableLookups)?})
→ TResult?
-
inherited