lnd.xprv/lnrpc/signrpc
Olaoluwa Osuntokun 097b6f7f6d lnrpc/walletrpc: add new sub-RPC server, the WalletKit
In this commit, we add a new sub-RPC server to the existing set of gRPC
servers. This new sub-RPC server is the WalletKit. It's a utility
toolkit that contains method which allow clients to perform common
interactions with a wallet such as getting a new address, or sending a
transaction. It also includes some supplementary actions such as fee
estimation.

One thing to note in the RPC file is that we _import_ the existing
signer.proto file in order to get at some existing proto definitions
which are useful in our use case.
2018-12-06 16:24:54 -08:00
..
config_active.go lnrpc/signrpc: add lnrpc.SubServerDriver for signrpc 2018-11-28 20:57:03 -08:00
config_default.go lnrpc/signrpc: add lnrpc.SubServerDriver for signrpc 2018-11-28 20:57:03 -08:00
driver.go lnrpc/signrpc: add lnrpc.SubServerDriver for signrpc 2018-11-28 20:57:03 -08:00
log.go lnrpc/signrpc: implement new SignerServer sub RPC server 2018-11-28 20:57:01 -08:00
signer_server.go lnrpc/signrpc: add ComputeInputScript implementation 2018-11-28 20:57:13 -08:00
signer.pb.go lnrpc/walletrpc: add new sub-RPC server, the WalletKit 2018-12-06 16:24:54 -08:00
signer.proto lnrpc/signrpc: add ComputeInputScript to the Signer sub-server 2018-11-28 20:57:11 -08:00