Skip to content
Draft
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions content/documentation/rpc/chain/export_chain_stream.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ stop will be returned.
main: boolean
head: boolean
latest: boolean
/**
* @deprecated Please use sequence instead
*/
seq: number
/**
* @deprecated Please use previousBlockHash instead
*/
prev: string
}
}
```
Expand Down
4 changes: 0 additions & 4 deletions content/documentation/rpc/objects/rpcBlockHeader.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ export type RpcBlockHeader = {
graffiti: string
work: string
noteSize: number | null
/**
* @deprecated Please use previousBlockHash instead
*/
previous: string
}
```

Expand Down