maxRetries property

int? maxRetries
final

Maximum number of times for the RPC node to retry sending the transaction to the leader. If this parameter not provided, the RPC node will retry the transaction until it is finalized or until the blockhash expires.

Implementation

final int? maxRetries;