Parsed Account Updates
data source: parsedAccountUpdate
Name | DataType | Description |
---|---|---|
blockId | number | Numeric identifier of a block describing the slot that the block was produced in. |
transactionId | string | First signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger. This will be null if the account update was not caused by a transaction. |
accountAddress | string | Address (pubkey) of the account being updated. |
accountOwner | string | Address of the owner of the account being updated. |
lamports | number | The lamports held by the account after the update. |
executable | bool | This account's data contains a loaded program. |
rentEpoch | number | The epoch at which this account will next owe rent. |
jsonData | string | The raw account data associated with the account after the update, encoded in Base64. This is additional data that is not included in the parsed set. |
accountType | string | Each program has a distinct set of accountType(s), would reference https://docs.hellomoon.io/docs/account-update-quickstart#accounts-interacting-with-programs-we-support - and check out the programs IDL and what each accountType references. To learn more about a program IDL -> https://docs.hellomoon.io/docs/interface-definition-language-idl |
space | number | Amount of space in bytes allocated to the account. |
Webhooks
Webhooks will deliver a JSON array of objects matching the above schema
Updated over 1 year ago