File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pub struct MintOrderExemptionUserData {
1313impl MintOrderExemptionUserData {
1414 pub const MIN_INPUT_LEN : usize = 4 ;
1515
16- /// Decode mint order exemption transaction data from raw trancaction input.
16+ /// Decode mint order exemption transaction data from raw transaction input.
1717 pub fn decode ( tx_input : & [ u8 ] ) -> Option < Self > {
1818 if tx_input. len ( ) < Self :: MIN_INPUT_LEN {
1919 return None ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ impl NotificationInput {
6262 ] )
6363 }
6464
65- /// Decode notification transaction data from raw trancaction input.
65+ /// Decode notification transaction data from raw transaction input.
6666 pub fn decode ( tx_input : & [ u8 ] ) -> Option < Self > {
6767 if tx_input. len ( ) < Self :: MIN_INPUT_LEN {
6868 return None ;
Original file line number Diff line number Diff line change 6060
6161## Endpoints
6262
63- Th evm-block-extracor is also a minimal version of the Ethereum JSON-RPC server which supports the following endpoints:
63+ The evm-block-extractor is also a minimal version of the Ethereum JSON-RPC server which supports the following endpoints:
6464
6565- ** eth_blockNumber** : Returns the number of most recent block.
6666- ** eth_getBlockByNumber** : Returns information about a block by block number.
You can’t perform that action at this time.
0 commit comments