diff --git a/docs/bnb-smart-chain/developers/json_rpc_apis/finality-api.md b/docs/bnb-smart-chain/developers/json_rpc_apis/finality-api.md index 895f85e7fc..10af24af1a 100644 --- a/docs/bnb-smart-chain/developers/json_rpc_apis/finality-api.md +++ b/docs/bnb-smart-chain/developers/json_rpc_apis/finality-api.md @@ -14,21 +14,26 @@ Economic Finality refers to the high cost associated with reverting a block. In ### [eth_getHeaderByNumber]() as in the Ethereum client. **Parameters** + 1. QUANTITY|TAG -* HEX String - an integer block number -* String "earliest" for the earliest/genesis block -* String "latest" - for the latest mined block -* String "safe" - for the latest justified head block -* String "**finalized**" - for the latest finalized block + +- HEX String - an integer block number +- String "earliest" for the earliest/genesis block +- String "latest" - for the latest mined block +- String "safe" - for the latest justified head block +- String "**finalized**" - for the latest finalized block ### [eth_getBlockByNumber]() as in the Ethereum client. **Parameters** + 1. QUANTITY|TAG -* HEX String - an integer block number -* String "earliest" for the earliest/genesis block -* String "latest" - for the latest mined block -* String "safe" - for the latest justified head block -* String "**finalized**" - for the latest finalized block + +- HEX String - an integer block number +- String "earliest" for the earliest/genesis block +- String "latest" - for the latest mined block +- String "safe" - for the latest justified head block +- String "**finalized**" - for the latest finalized block + 2. Boolean - If true it returns the full transaction objects, if false only the hashes of the transactions. ### eth_newFinalizedHeaderFilter