ExtendedAccount
public struct ExtendedAccount : Decodable
                The extended
 account object returned by get_accounts.
- 
                  
                  
Declaration
Swift
public let id: Int - 
                  
                  
Declaration
Swift
public let name: String - 
                  
                  
Declaration
Swift
public let owner: Authority - 
                  
                  
Declaration
Swift
public let active: Authority - 
                  
                  
Declaration
Swift
public let posting: Authority - 
                  
                  
Declaration
Swift
public let memoKey: PublicKey - 
                  
                  
Declaration
Swift
public let jsonMetadata: String - 
                  
                  
Declaration
Swift
public let proxy: String - 
                  
                  
Declaration
Swift
public let lastOwnerUpdate: Date - 
                  
                  
Declaration
Swift
public let lastAccountUpdate: Date - 
                  
                  
Declaration
Swift
public let created: Date - 
                  
                  
Declaration
Swift
public let mined: Bool - 
                  
                  
Declaration
Swift
public let recoveryAccount: String - 
                  
                  
Declaration
Swift
public let resetAccount: String - 
                  
                  
Declaration
Swift
public let lastAccountRecovery: Date - 
                  
                  
Declaration
Swift
public let commentCount: UInt32 - 
                  
                  
Declaration
Swift
public let lifetimeVoteCount: UInt32 - 
                  
                  
Declaration
Swift
public let postCount: UInt32 - 
                  
                  
Declaration
Swift
public let canVote: Bool - 
                  
                  
Declaration
Swift
public let votingPower: UInt16 - 
                  
                  
Declaration
Swift
public let lastVoteTime: Date - 
                  
                  
Declaration
Swift
public let balance: Asset - 
                  
                  
Declaration
Swift
public let savingsBalance: Asset - 
                  
                  
Declaration
Swift
public let sbdBalance: Asset - 
                  
                  
Declaration
Swift
public let sbdSeconds: String - 
                  
                  
Declaration
Swift
public let sbdSecondsLastUpdate: Date - 
                  
                  
Declaration
Swift
public let sbdLastInterestPayment: Date - 
                  
                  
Declaration
Swift
public let savingsSbdBalance: Asset - 
                  
                  
Declaration
Swift
public let savingsSbdSeconds: String - 
                  
                  
Declaration
Swift
public let savingsSbdSecondsLastUpdate: Date - 
                  
                  
Declaration
Swift
public let savingsSbdLastInterestPayment: Date - 
                  
                  
Declaration
Swift
public let savingsWithdrawRequests: UInt8 - 
                  
                  
Declaration
Swift
public let rewardSbdBalance: Asset - 
                  
                  
Declaration
Swift
public let rewardSteemBalance: Asset - 
                  
                  
Declaration
Swift
public let rewardVestingBalance: Asset - 
                  
                  
Declaration
Swift
public let rewardVestingSteem: Asset - 
                  
                  
Declaration
Swift
public let curationRewards: Share - 
                  
                  
Declaration
Swift
public let postingRewards: Share - 
                  
                  
Declaration
Swift
public let vestingShares: Asset - 
                  
                  
Declaration
Swift
public let delegatedVestingShares: Asset - 
                  
                  
Declaration
Swift
public let receivedVestingShares: Asset - 
                  
                  
Declaration
Swift
public let vestingWithdrawRate: Asset - 
                  
                  
Declaration
Swift
public let nextVestingWithdrawal: Date - 
                  
                  
Declaration
Swift
public let withdrawn: Share - 
                  
                  
Declaration
Swift
public let toWithdraw: Share - 
                  
                  
Declaration
Swift
public let withdrawRoutes: UInt16 - 
                  
                  
Declaration
Swift
public let proxiedVsfVotes: [Share] - 
                  
                  
Declaration
Swift
public let witnessesVotedFor: UInt16 - 
                  
                  
Declaration
Swift
public let lastPost: Date - 
                  
                  
Declaration
Swift
public let lastRootPost: Date 
View on GitHub
        ExtendedAccount Structure Reference