Skip to main content

ExecutionCanceledDueToSharedObjectCongestionV2

Namespace: IotaSdk

Certificate is canceled due to congestion on shared objects; suggested gas price can be used to give this certificate more priority.

internal record class ExecutionCanceledDueToSharedObjectCongestionV2 : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+ExecutionCanceledDueToSharedObjectCongestionV2, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectExecutionErrorExecutionCanceledDueToSharedObjectCongestionV2
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<ExecutionCanceledDueToSharedObjectCongestionV2>
Attributes NullableAttribute

Properties

CongestedObjects

public ObjectId[] CongestedObjects { get; init; }

Property Value

ObjectId[]

SuggestedGasPrice

public ulong SuggestedGasPrice { get; init; }

Property Value

UInt64

Constructors

ExecutionCanceledDueToSharedObjectCongestionV2(ObjectId[], UInt64)

Certificate is canceled due to congestion on shared objects; suggested gas price can be used to give this certificate more priority.

public ExecutionCanceledDueToSharedObjectCongestionV2(ObjectId[] CongestedObjects, ulong SuggestedGasPrice)

Parameters

CongestedObjects ObjectId[]

SuggestedGasPrice UInt64