NamespaceRegistrationTransactionV1 class

Implemented types

Constructors

NamespaceRegistrationTransactionV1({TransactionType? type, int? version, NetworkType? network, Timestamp? timestamp, PublicKey? signerPublicKey, Signature? signature, Amount? fee, Timestamp? deadline, Address? rentalFeeSink, Amount? rentalFee, Uint8List? name, Uint8List? parentName})

Properties

deadline Timestamp
getter/setter pair
entityBodyReserved_1 int
final
fee Amount
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name Uint8List
getter/setter pair
network NetworkType
getter/setter pair
parentName Uint8List?
getter/setter pair
rentalFee Amount
getter/setter pair
rentalFeeSink Address
getter/setter pair
rentalFeeSinkSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Signature
getter/setter pairoverride
signatureSize int
final
signerPublicKey PublicKey
getter/setter pairoverride
signerPublicKeySize int
final
size int
no setteroverride
timestamp Timestamp
getter/setter pair
type TransactionType
getter/setter pairoverride
version int
getter/setter pairoverride

Methods

deserialize(Uint8List payload) NamespaceRegistrationTransactionV1
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Uint8List
override
sort() → void
override
toString() String
A string representation of this object.
override

Operators

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

Static Properties

TRANSACTION_TYPE TransactionType
final

Constants

TRANSACTION_VERSION → const int
TYPE_HINTS → const Map<String, String>