Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions content/documentation/rpc/chain/follow_chain_stream.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ the head of the chain (true by default).
head: {
sequence: number
}
block: RpcBlock & {
/**
* @deprecated this can be derived from the type
*/
main: boolean
}
block: RpcBlock
}
```

Expand Down