Ed25519PoolKeyHash class
Represents an Ed25519 pool key hash..
- Inheritance
- 
    - Object
- FixedBytes
- Ed25519PoolKeyHash
 
Constructors
- 
          Ed25519PoolKeyHash(List<int> data)
- Constructor to create an Ed25519PoolKeyHash from raw bytes.
- Ed25519PoolKeyHash.deserialize(CborBytesValue cbor)
- Deserialize an Ed25519PoolKeyHash from a CBOR byte value.
- Ed25519PoolKeyHash.fromBech32(String bech32PoolId)
- Constructor to create an Ed25519PoolKeyHash from a Bech32-encoded pool ID.
- Ed25519PoolKeyHash.fromHex(String hexBytes)
- Constructor to create an Ed25519PoolKeyHash from a hexadecimal string.
- 
          Ed25519PoolKeyHash.fromPubkey(List<int> pubKeyBytes)
- Constructor to create an Ed25519PoolKeyHash from a public key bytes.
Properties
Methods
- 
  compareTo(FixedBytes other) → int 
- 
  Compares this object to another object.
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  serialize() → List< int> 
- 
  Serializes the object to CBOR bytes.
  inherited
- 
  serializeHex() → String 
- 
  Serializes the object to hexadecimal string.
  inherited
- 
  toCbor() → CborObject 
- 
  Converts the object to a CBOR object.
  inherited
- 
  toHex() → String 
- 
  Converts the hash bytes to a hexadecimal string.
  inherited
- 
  toJson() → String 
- 
  Converts the object to a JSON representation.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited