Skip to content
Merged
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
6 changes: 4 additions & 2 deletions docs/Reference/API-Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,8 @@ Returns the number of transactions in the block matching the given block hash.

#### Returns

`result` : `quantity` - Integer representing the number of transactions in the specified block.
`result` : `quantity` - Integer representing the number of transactions in the specified block,
or `null` if no matching block hash is found.

!!! example

Expand Down Expand Up @@ -1764,7 +1765,8 @@ Returns the number of transactions in a block matching the specified block numbe

#### Returns

`result` : *QUANTITY* - Integer representing the number of transactions in the specified block.
`result` : *QUANTITY* - Integer representing the number of transactions in the specified block,
or `null` if no matching block number is found.

!!! example

Expand Down