You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
api
:wikiadmin
:wikiFunctions
Transaction
: The parameters of the constructor need to be checked.chainID
should be valid(1 Mainnet, 100[1/2/...] Testnet)from
must be a valid address with a private keynonce
must be a numberThe text was updated successfully, but these errors were encountered: