Account Decoder
- class UiDataSliceConfig
Configuration object for limiting returned account data.
- Parameters:
offset (int) – Skip this many bytes at the beginning of the data.
length (int) – Return only this many bytes.
- length
- offset
- class UiAccountEncoding
Encoding options for account data.
- Base58 = UiAccountEncoding.Base58
- Base64 = UiAccountEncoding.Base64
- Base64Zstd = UiAccountEncoding.Base64Zstd
- Binary = UiAccountEncoding.Binary
- JsonParsed = UiAccountEncoding.JsonParsed