EffectsTooLarge
Namespace: IotaSdk
Effects from the transaction are too large
internal record class EffectsTooLarge : ExecutionError, System.IDisposable, System.IEquatable`1[[IotaSdk.ExecutionError, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], System.IEquatable`1[[IotaSdk.ExecutionError+EffectsTooLarge, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ExecutionError → EffectsTooLarge
Implements IDisposable, IEquatable<ExecutionError>, IEquatable<EffectsTooLarge>
Attributes NullableAttribute
Properties
CurrentSize
public ulong CurrentSize { get; init; }
Property Value
MaxSize
public ulong MaxSize { get; init; }
Property Value
Constructors
EffectsTooLarge(UInt64, UInt64)
Effects from the transaction are too large
public EffectsTooLarge(ulong CurrentSize, ulong MaxSize)
Parameters
CurrentSize UInt64
MaxSize UInt64