Streaming Accounts
Solana gRPC Geyser Examples – Stream Real-Time Account Updates on Solana
{
"slots": {},
"accounts": {
"accountLabel": {
"account": string[], //account updates for these accounts
"owner": string[], //account updates for account with these owners
"filters": {
"memcmp": {bytes and offset} | undefined;
"datasize": string | undefined;
"tokenAccountState": boolean | undefined;
}
},
"transactions": {},
"blocks": {},
"blocksMeta": {},
"accountsDataSlice": [],
"commitment": CommitmentLevel.CONFIRMED //commitment level, can be finalized or processed as well
}Last updated