massa
massa copied to clipboard
Harmonize JSONRPC client/server methods names
We have some methods naming inconsistency between client/server. E.g node_add_staking_secret_keys
in massa-client vs add_staking_secret_keys
in massa-node.
Expected behavior We should define a clear naming convention for public interfaces methods.