EncodedAccount
Represents an encoded account and is equivalent to an Account with Uint8Array account
data.
Example
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
TAddress extends string | string | Supply a string literal to define an account having a particular address. |
Properties
| Property | Modifier | Type |
|---|---|---|
address | readonly | Address<TAddress> |
data | readonly | ReadonlyUint8Array |
executable | readonly | boolean |
lamports | readonly | Lamports |
programAddress | readonly | Address |
space | readonly | bigint |