Documentation ¶
Index ¶
- Constants
- func RpcInit(port int)
- type Enode
- type EnodeStatus
- type GroupInfo
- type Result
- type Service
- func (this *Service) AcceptLockOut(raw string) map[string]interface{}
- func (this *Service) AcceptReqAddr(raw string) map[string]interface{}
- func (this *Service) CreateSDKGroup(mode string, enodes []string) string
- func (this *Service) GetAccounts(gid, mode string) map[string]interface{}
- func (this *Service) GetAccountsBalance(pubkey string) map[string]interface{}
- func (this *Service) GetBalance(account string, cointype string, dcrmaddr string) map[string]interface{}
- func (this *Service) GetCurNodeLockOutInfo() map[string]interface{}
- func (this *Service) GetCurNodeReqAddrInfo() map[string]interface{}
- func (this *Service) GetEnode() string
- func (this *Service) GetEnodeStatus(enode string) string
- func (this *Service) GetLockOutNonce(account string, cointype string, dcrmaddr string) map[string]interface{}
- func (this *Service) GetLockOutStatus(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) GetSDKGids() []string
- func (this *Service) GetSDKGroup(enode string) string
- func (this *Service) GetSDKGroup4Dcrm() string
- func (this *Service) GetSDKGroupPerson(enode string) string
- func (this *Service) LockOut(raw string) map[string]interface{}
- func (this *Service) ReqDcrmAddr(raw string, model string) map[string]interface{}
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnodeStatus ¶
type Service ¶
type Service struct{}
func (*Service) AcceptLockOut ¶
func (*Service) AcceptReqAddr ¶
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) GetCurNodeReqAddrInfo ¶
func (*Service) GetEnodeStatus ¶
func (*Service) GetLockOutNonce ¶
func (*Service) GetLockOutStatus ¶
func (*Service) GetReqAddrNonce ¶
func (*Service) GetReqAddrStatus ¶
func (*Service) GetSDKGids ¶
func (*Service) GetSDKGroup ¶
func (*Service) GetSDKGroup4Dcrm ¶
func (*Service) GetSDKGroupPerson ¶
Click to show internal directories.
Click to hide internal directories.