menu
reown_appkit package
documentation
solana/solana_web3/src/rpc/models/logs_notification.dart
LogsNotification class
LogsNotification class
dark_mode
light_mode
LogsNotification
class
Logs Notification
Inheritance
Object
Serializable
LogsNotification
Constructors
LogsNotification.new
({
required
String
signature
,
required
dynamic
err
,
required
List
?
logs
})
Logs notification.
const
LogsNotification.fromJson
(
Map
<
String
,
dynamic
>
json
)
Creates an instance of
this
class from the constructor parameters defined in the
json
object.
factory
Properties
err
→ dynamic
The error if transaction failed, null if transaction succeeded.
final
hashCode
→
int
The hash code for this object.
no setter
inherited
logs
→
List
?
An array of log messages the transaction instructions output during execution, null if simulation failed before the transaction was able to execute (for example due to an invalid blockhash or signature verification failure).
final
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
signature
→
String
The transaction signature base-58 encoded.
final
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson
(
)
→
Map
<
String
,
dynamic
>
Serialises
this
class into a JSON object.
override
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Static Methods
tryFromJson
(
Map
<
String
,
dynamic
>
?
json
)
→
LogsNotification
?
Creates an instance of
this
class from the constructor parameters defined in the
json
object.
override
reown_appkit package
documentation
solana/solana_web3/src/rpc/models/logs_notification
LogsNotification class
logs_notification library