Versions in this module Expand all Collapse all v0 v0.1.0 May 20, 2020 Changes in this version + func GetGrpcService() *grpcService + func Server() + type BtcRpcManager struct + func (s *BtcRpcManager) CreateMultiSig(ctx context.Context, in *pb.CreateMultiSigRequest) (reply *pb.AddressReply, err error) + func (s *BtcRpcManager) GetBlockCount(ctx context.Context, in *pb.EmptyRequest) (reply *pb.BlockCountReply, err error) + func (s *BtcRpcManager) GetMiningInfo(ctx context.Context, in *pb.EmptyRequest) (reply *pb.MiningInfoReply, err error) + func (s *BtcRpcManager) GetNewAddress(ctx context.Context, in *pb.AddressRequest) (reply *pb.AddressReply, err error)