VoteAccount
VoteAccount class
Static Method Summary
Static Public Methods | ||
public static |
fromAccountData(buffer: Buffer): VoteAccount Deserialize VoteAccount from the account data. |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
epochCredits: Array<EpochCredits> |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Static Public Methods
public static fromAccountData(buffer: Buffer): VoteAccount source
Deserialize VoteAccount from the account data.
Params:
Name | Type | Attribute | Description |
buffer | Buffer | account data |