-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Nebulas currently have a usable js version to create the wallet address and send the transaction. Neb. js implements all the RPC interfaces of the Nebulas, but none of these interfaces currently add parameter validation.
We should add parameter validation to these interfaces and functions.
RPC interfaces:
Functions
Transaction: The parameters of the constructor need to be checked.chainIDshould be valid(1 Mainnet, 100[1/2/...] Testnet)frommust be a valid address with a private keynoncemust be a number
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request