Table of Contents

Class EvmJsonRpcOptions

Namespace
NArk.ArkadeIntents.Evm
Assembly
NArk.ArkadeIntents.dll

Receipt polling policy for the HTTP EVM client.

public sealed class EvmJsonRpcOptions
Inheritance
EvmJsonRpcOptions
Inherited Members

Properties

MaxJsonDepth

Maximum JSON depth from 2 through 128; defaults to 32.

public int MaxJsonDepth { get; init; }

Property Value

int

MaxResponseBytes

Maximum response bytes from 256 through 16 MiB; defaults to 1 MiB.

public int MaxResponseBytes { get; init; }

Property Value

int

ReceiptPollInterval

Positive delay between receipt queries; defaults to one second.

public TimeSpan ReceiptPollInterval { get; init; }

Property Value

TimeSpan

ReceiptTimeout

Positive maximum time spent waiting for a receipt; defaults to two minutes.

public TimeSpan ReceiptTimeout { get; init; }

Property Value

TimeSpan