mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
list names rpc
This commit is contained in:
@ -20,7 +20,8 @@ var Routes = map[string]*rpc.RPCFunc{
|
||||
"broadcast_tx": rpc.NewRPCFunc(BroadcastTx, []string{"tx"}),
|
||||
"list_unconfirmed_txs": rpc.NewRPCFunc(ListUnconfirmedTxs, []string{}),
|
||||
"list_accounts": rpc.NewRPCFunc(ListAccounts, []string{}),
|
||||
"name_reg_entry": rpc.NewRPCFunc(NameRegEntry, []string{"name"}),
|
||||
"get_name": rpc.NewRPCFunc(GetName, []string{"name"}),
|
||||
"list_names": rpc.NewRPCFunc(ListNames, []string{}),
|
||||
"unsafe/gen_priv_account": rpc.NewRPCFunc(GenPrivAccount, []string{}),
|
||||
"unsafe/sign_tx": rpc.NewRPCFunc(SignTx, []string{"tx", "privAccounts"}),
|
||||
}
|
||||
|
Reference in New Issue
Block a user