ShelleyAddressKit class

Everything you need to add a spend (or change) address to a UTxO transaction.

Inheritance

Constructors

ShelleyAddressKit({int account = defaultAccountIndex, int role = paymentRole, required int index, required ShelleyAddress address, Bip32SigningKey? signingKey, Bip32VerifyKey? verifyKey})
const

Properties

account int
final
address ShelleyAddress
final
hashCode int
The hash code for this object.
no setterinherited
index int
final
role int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingKey → Bip32SigningKey?
finalinherited
verifyKey → Bip32VerifyKey?
finalinherited

Methods

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

Operators

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