poolError property

  1. @JsonKey(name: 'pool-error', defaultValue: '')
String poolError
final

Indicates that the transaction was kicked out of this node's transaction pool (and specifies why that happened).

An empty string indicates the transaction wasn't kicked out of this node's txpool due to an error.

Implementation

@JsonKey(name: 'pool-error', defaultValue: '')
final String poolError;