Documentation ¶
Index ¶
- Constants
- Variables
- func RpcInit(port int)
- type Enode
- type EnodeStatus
- type GroupID
- type GroupInfo
- type Result
- type Service
- func (this *Service) AcceptLockOut(raw string) map[string]interface{}
- func (this *Service) AcceptReShare(raw string) map[string]interface{}
- func (this *Service) AcceptReqAddr(raw string) map[string]interface{}
- func (this *Service) AcceptSign(raw string) map[string]interface{}
- func (this *Service) BroadcastInSDKGroupAll(gid, msg string) map[string]interface{}
- func (this *Service) CreateGroup(threshold string, enodes []string) map[string]interface{}
- func (this *Service) CreateSDKGroup(threshold string, enodes []string, subGroup bool) map[string]interface{}
- func (this *Service) GetAccounts(account, mode string) map[string]interface{}
- func (this *Service) GetAccountsBalance(pubkey string, account string) map[string]interface{}
- func (this *Service) GetBalance(account string, cointype string, dcrmaddr string) map[string]interface{}
- func (this *Service) GetCurNodeLockOutInfo(account string) map[string]interface{}
- func (this *Service) GetCurNodeReShareInfo() map[string]interface{}
- func (this *Service) GetCurNodeReqAddrInfo(account string) map[string]interface{}
- func (this *Service) GetCurNodeSignInfo(account string) map[string]interface{}
- func (this *Service) GetDcrmAddr(pubkey string) map[string]interface{}
- func (this *Service) GetEnode() map[string]interface{}
- func (this *Service) GetEnodeStatus(enode string) map[string]interface{}
- func (this *Service) GetGroupByID(gid string) map[string]interface{}
- func (this *Service) GetLockOutNonce(account string) map[string]interface{}
- func (this *Service) GetLockOutStatus(key string) map[string]interface{}
- func (this *Service) GetReShareNonce(account string) map[string]interface{}
- func (this *Service) GetReShareStatus(key string) map[string]interface{}
- func (this *Service) GetReqAddrNonce(account string) map[string]interface{}
- func (this *Service) GetReqAddrStatus(key string) map[string]interface{}
- func (this *Service) GetSDKGroup(enode string) map[string]interface{}
- func (this *Service) GetSDKGroup4Dcrm() map[string]interface{}
- func (this *Service) GetSDKGroupAll() map[string]interface{}
- func (this *Service) GetSDKGroupPerson(enode string) map[string]interface{}
- func (this *Service) GetSignNonce(account string) map[string]interface{}
- func (this *Service) GetSignStatus(key string) map[string]interface{}
- func (this *Service) GetVersion() map[string]interface{}
- func (this *Service) LockOut(raw string) map[string]interface{}
- func (this *Service) ReShare(raw string) map[string]interface{}
- func (this *Service) ReqDcrmAddr(raw string) map[string]interface{}
- func (this *Service) ReshareGroup(threshold string, enodes []string) map[string]interface{}
- func (this *Service) SendToGroupAllNodes(gid, msg string) map[string]interface{}
- func (this *Service) Sign(raw string) map[string]interface{}
- type Version
Constants ¶
Variables ¶
View Source
var RPCTEST bool = false
Functions ¶
Types ¶
type EnodeStatus ¶
type Service ¶
type Service struct{}
func (*Service) AcceptLockOut ¶
func (*Service) AcceptReShare ¶
func (*Service) AcceptReqAddr ¶
func (*Service) AcceptSign ¶
func (*Service) BroadcastInSDKGroupAll ¶
func (*Service) CreateGroup ¶
func (*Service) CreateSDKGroup ¶
func (*Service) GetAccounts ¶
gid = "",get all pubkey of all gid gid != "",get all pubkey by gid
func (*Service) GetAccountsBalance ¶
func (*Service) GetBalance ¶
func (*Service) GetCurNodeLockOutInfo ¶
func (*Service) GetCurNodeReShareInfo ¶
func (*Service) GetCurNodeReqAddrInfo ¶
func (*Service) GetCurNodeSignInfo ¶
func (*Service) GetDcrmAddr ¶
func (*Service) GetEnodeStatus ¶
func (*Service) GetGroupByID ¶
func (*Service) GetLockOutNonce ¶
func (*Service) GetLockOutStatus ¶
func (*Service) GetReShareNonce ¶
func (*Service) GetReShareStatus ¶
func (*Service) GetReqAddrNonce ¶
func (*Service) GetReqAddrStatus ¶
func (*Service) GetSDKGroup ¶
func (*Service) GetSDKGroup4Dcrm ¶
func (*Service) GetSDKGroupPerson ¶
func (*Service) GetSignNonce ¶
func (*Service) GetSignStatus ¶
func (*Service) GetVersion ¶
func (*Service) ReqDcrmAddr ¶
this will be called by dcrm_reqDcrmAddr raw: tx raw data return pubkey and coins addr
func (*Service) ReshareGroup ¶
func (*Service) SendToGroupAllNodes ¶
Click to show internal directories.
Click to hide internal directories.