Account class
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)
Constructors
-
Account({required int id, required String name, required Active owner, required Active active, required Active posting, required String memoKey, required String jsonMetadata, required String postingJsonMetadata, required String proxy, required DateTime lastOwnerUpdate, required DateTime lastAccountUpdate, required DateTime created, required bool mined, required String recoveryAccount, required DateTime lastAccountRecovery, required String resetAccount, required int commentCount, required int lifetimeVoteCount, required int postCount, required bool canVote, required Manabar votingManabar, required Manabar downvoteManabar, required int votingPower, required String balance, required String savingsBalance, required String hbdBalance, required String hbdSeconds, required DateTime hbdSecondsLastUpdate, required DateTime hbdLastInterestPayment, required String savingsHbdBalance, required String savingsHbdSeconds, required DateTime savingsHbdSecondsLastUpdate, required DateTime savingsHbdLastInterestPayment, required int savingsWithdrawRequests, required String rewardHbdBalance, required String rewardHiveBalance, required String rewardVestingBalance, required String rewardVestingHive, required String vestingWithdrawRate, required String postVotingPower, required DateTime nextVestingWithdrawal, required int withdrawn, required int toWithdraw, required int withdrawRoutes, required int pendingTransfers, required int curationRewards, required int postingRewards, required List proxiedVsfVotes, required int witnessesVotedFor, required DateTime lastPost, required DateTime lastRootPost, required DateTime lastVoteTime, required int postBandwidth, required int pendingClaimedAccounts, required DateTime governanceVoteExpirationTs, required List delayedVotes, required int openRecurrentTransfers, required String vestingBalance, required int reputation, required List transferHistory, required List marketHistory, required List postHistory, required List voteHistory, required List otherHistory, required List<
String> witnessVotes, required List tagsUsage, required List guestBloggers}) -
const
-
Account.fromJson(Map<
String, dynamic> json) -
factory
Properties
- active → Active
-
final
- balance → String
-
final
- canVote → bool
-
final
- commentCount → int
-
final
- created → DateTime
-
final
- curationRewards → int
-
final
- delayedVotes → List
-
final
-
final
- downvoteManabar → Manabar
-
final
- governanceVoteExpirationTs → DateTime
-
final
- guestBloggers → List
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hbdBalance → String
-
final
- hbdLastInterestPayment → DateTime
-
final
- hbdSeconds → String
-
final
- hbdSecondsLastUpdate → DateTime
-
final
- id → int
-
final
- jsonMetadata → String
-
final
- lastAccountRecovery → DateTime
-
final
- lastAccountUpdate → DateTime
-
final
- lastOwnerUpdate → DateTime
-
final
- lastPost → DateTime
-
final
- lastRootPost → DateTime
-
final
- lastVoteTime → DateTime
-
final
- lifetimeVoteCount → int
-
final
- marketHistory → List
-
final
- memoKey → String
-
final
- mined → bool
-
final
- name → String
-
final
- nextVestingWithdrawal → DateTime
-
final
- openRecurrentTransfers → int
-
final
- otherHistory → List
-
final
- owner → Active
-
final
- pendingClaimedAccounts → int
-
final
- pendingTransfers → int
-
final
- postBandwidth → int
-
final
- postCount → int
-
final
- postHistory → List
-
final
- posting → Active
-
final
- postingJsonMetadata → String
-
final
- postingRewards → int
-
final
- postVotingPower → String
-
final
- proxiedVsfVotes → List
-
final
- proxy → String
-
final
-
final
- recoveryAccount → String
-
final
- reputation → int
-
final
- resetAccount → String
-
final
- rewardHbdBalance → String
-
final
- rewardHiveBalance → String
-
final
- rewardVestingBalance → String
-
final
- rewardVestingHive → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- savingsBalance → String
-
final
- savingsHbdBalance → String
-
final
- savingsHbdLastInterestPayment → DateTime
-
final
- savingsHbdSeconds → String
-
final
- savingsHbdSecondsLastUpdate → DateTime
-
final
- savingsWithdrawRequests → int
-
final
-
final
- toWithdraw → int
-
final
- transferHistory → List
-
final
- vestingBalance → String
-
final
-
final
- vestingWithdrawRate → String
-
final
- voteHistory → List
-
final
- votingManabar → Manabar
-
final
- votingPower → int
-
final
- withdrawn → int
-
final
- withdrawRoutes → int
-
final
- witnessesVotedFor → int
-
final
-
witnessVotes
→ List<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited