Documentation ¶
Index ¶
- Variables
- func AcceptLockOut(raw string) (string, string, error)
- func AcceptReqAddr(raw string) (string, string, error)
- func Call(msg interface{})
- func CheckRealEosAccount(accountName, ownerkey, activekey string) (ok bool)
- func CreateRealEosAccount(accountName string, ownerkey string, activekey string) error
- func ExsitPubKey(account string, cointype string) (string, bool)
- func GetAccounts(gid, mode string) (interface{}, string, error)
- func GetAccountsBalance(pubkey string) (interface{}, string, error)
- func GetBalance(account string, cointype string, dcrmaddr string) (string, string, error)
- func GetEosAccount() (acct, owner, active string)
- func GetLockOutNonce(account string, cointype string, dcrmaddr string) (string, string, error)
- func GetLockOutReply() ([]string, string, error)
- func GetLockOutStatus(key string) (string, string, error)
- func GetPubKeyData(key string, account string, cointype string) (string, string, error)
- func GetReqAddrNonce(account string) (string, string, error)
- func GetReqAddrReply() ([]string, string, error)
- func GetReqAddrStatus(key string) (string, string, error)
- func Init(groupId string)
- func LockOut(raw string) (string, string, error)
- func ReqDcrmAddr(raw string, mode string) (string, string, error)
- func SendReqToGroup(msg string, rpctype string) (string, string, error)
- func SetUpMsgList(msg string)
- func Start()
- type AccountInfo
- type Auth
- type DcrmAccountsBalanceRes
- type DcrmAddrRes
- type DcrmPubkeyRes
- type Key
- type Limit
- type Permission
- type Permissions
- type SubAddressBalance
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CheckRealEosAccount ¶
func CreateRealEosAccount ¶
func GetAccounts ¶
func GetAccountsBalance ¶
func GetBalance ¶
func GetEosAccount ¶
func GetEosAccount() (acct, owner, active string)
func GetLockOutNonce ¶
func GetLockOutReply ¶
func GetPubKeyData ¶
func GetReqAddrReply ¶
func SetUpMsgList ¶
func SetUpMsgList(msg string)
Types ¶
type AccountInfo ¶
type AccountInfo struct { AccountName string `json:"account_name"` RamQuato uint32 `json:"ram_quato"` NetWeight uint32 `json:"net_weight"` CpuWeight uint32 `json:"cpu_weight"` NetLimit Limit `json:"net_limit"` CpuLimit Limit `json:"cpu_limit"` RamUsage uint32 `json:"ram_usage"` Perms Permissions `json:"permissions"` Error map[string]interface{} `json:"error"` }
type DcrmAccountsBalanceRes ¶
type DcrmAccountsBalanceRes struct { PubKey string Balances []SubAddressBalance }
type DcrmAddrRes ¶
type DcrmPubkeyRes ¶
type Permission ¶
type Permissions ¶
type Permissions []Permission
func (Permissions) Len ¶
func (p Permissions) Len() int
func (Permissions) Less ¶
func (p Permissions) Less(i, j int) bool
func (Permissions) Swap ¶
func (p Permissions) Swap(i, j int)
type SubAddressBalance ¶
Directories ¶
Path | Synopsis |
---|---|
btc
Package helpers provides convenience functions to simplify wallet code.
|
Package helpers provides convenience functions to simplify wallet code. |
config
提供api的节点地址
|
提供api的节点地址 |
erc20/abi
Package abi implements the Ethereum ABI (Application Binary Interface).
|
Package abi implements the Ethereum ABI (Application Binary Interface). |
eth/sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
|
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. |
Click to show internal directories.
Click to hide internal directories.