IValidatorSignature
Namespace: IotaSdk
A signature from a Validator
BCS
The BCS serialized form for this type is defined by the following ABNF:
validator-signature = u64 ; epoch
bls12381-public-key
bls12381-signature
public interface IValidatorSignature : System.IEquatable`1[[IotaSdk.ValidatorSignature, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<ValidatorSignature>
Attributes NullableContextAttribute
Methods
Epoch()
ulong Epoch()
Returns
PublicKey()
Bls12381PublicKey PublicKey()
Returns
Signature()
Bls12381Signature Signature()