Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #612 from kjeom/add-account-apis-eth
Browse files Browse the repository at this point in the history
Add account apis eth
  • Loading branch information
jack authored Apr 18, 2024
2 parents db906c6 + ffb920f commit cfaa8d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions documentation/namespaces/eth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ servers:
- url: https://public-en-cypress.klaytn.net
paths:

# eth/account
/eth/account/getBalance:
$ref: ../../web3rpc/rpc-specs/paths/eth/account/getBalance.yaml#/paths/~1eth~1getBalance
/eth/account/getCode:
$ref: ../../web3rpc/rpc-specs/paths/eth/account/getCode.yaml#/paths/~1eth~1getCode
/eth/account/accounts:
$ref: ../../web3rpc/rpc-specs/paths/eth/account/accounts.yaml#/paths/~1eth~1accounts
/eth/account/getTransactionCount:
$ref: ../../web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml#/paths/~1eth~1getTransactionCount
/eth/account/sign:
$ref: ../../web3rpc/rpc-specs/paths/eth/account/sign.yaml#/paths/~1eth~1sign

# eth/block
/eth/block/blockNumber:
$ref: ../../web3rpc/rpc-specs/paths/eth/block/blockNumber.yaml#/paths/~1eth~1blockNumber
Expand Down

0 comments on commit cfaa8d9

Please sign in to comment.