TransactionError constructor
TransactionError({})
Returns a new TransactionError instance.
Implementation
TransactionError({
required this.id,
this.logs = const [],
required this.message,
required this.type,
required this.instruction,
});