Package org.polkadot.types.type
Class Signature
- java.lang.Object
-
- org.polkadot.types.codec.U8a
-
- org.polkadot.types.codec.U8aFixed
-
- org.polkadot.types.primitive.H512
-
- org.polkadot.types.type.Signature
-
- All Implemented Interfaces:
Codec
- Direct Known Subclasses:
AttestedCandidate.CandidateSignature,Signature.Ed25519Signature,Signature.Sr25519Signature
public class Signature extends H512
The default signature that is used accross the system. It is currectly defined as a 512-bit value, represented by aH512.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignature.Ed25519SignatureThe default Ed25519 that is used accross the system.static classSignature.Sr25519SignatureThe default Sr25519 signature that is used accross the system.
-
Constructor Summary
Constructors Constructor Description Signature(java.lang.Object value)
-