Skip to main content

ValidatorAggregatedSignature

Namespace: IotaSdk

public class ValidatorAggregatedSignature : IValidatorAggregatedSignature, System.IDisposable

Inheritance ObjectValidatorAggregatedSignature
Implements IValidatorAggregatedSignature, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

ValidatorAggregatedSignature(UInt64)

public ValidatorAggregatedSignature(ulong pointer)

Parameters

pointer UInt64

ValidatorAggregatedSignature(UInt64, Bls12381Signature, Byte[])

public ValidatorAggregatedSignature(ulong epoch, Bls12381Signature signature, Byte[] bitmapBytes)

Parameters

epoch UInt64

signature Bls12381Signature

bitmapBytes Byte[]

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

BitmapBytes()

public Byte[] BitmapBytes()

Returns

Byte[]

Exceptions

SdkFfiException

Epoch()

public ulong Epoch()

Returns

UInt64

Signature()

public Bls12381Signature Signature()

Returns

Bls12381Signature