ValidatorAggregatedSignature
Namespace: IotaSdk
public class ValidatorAggregatedSignature : IValidatorAggregatedSignature, System.IDisposable
Inheritance Object → ValidatorAggregatedSignature
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
Exceptions
Epoch()
public ulong Epoch()
Returns
Signature()
public Bls12381Signature Signature()