Ed25519HDPublicKey class

Annotations
  • @immutable

Constructors

Ed25519HDPublicKey(List<int> bytes)
const
Ed25519HDPublicKey.fromBase58(String data)
factory

Properties

bytes List<int>
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → KeyPairType<KeyPairData, PublicKey>
Type of the key pair.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase58() String
toByteArray() ByteArray
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

createProgramAddress({required Iterable<int> seeds, required Ed25519HDPublicKey programId}) Future<Ed25519HDPublicKey>
Derives a program address from seeds and a program ID.
createWithSeed({required Ed25519HDPublicKey fromPublicKey, required String seed, required Ed25519HDPublicKey programId}) Future<Ed25519HDPublicKey>
findProgramAddress({required Iterable<Iterable<int>> seeds, required Ed25519HDPublicKey programId}) Future<Ed25519HDPublicKey>
Finds a valid program address.