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