AccountData class abstract

Account data A simplified version of the onchain Account resource

Properties:

  • sequenceNumber - A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.
  • authenticationKey - All bytes (Vec
Annotations
  • @BuiltValue()

Constructors

AccountData([void updates(AccountDataBuilder b)])
factory

Properties

authenticationKey String
All bytes (Vec
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceNumber String
A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountDataBuilder)) AccountData
Rebuilds the instance.
inherited
toBuilder() AccountDataBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AccountData>
no setter