Versions in this module Expand all Collapse all v0 v0.6.2 Jun 25, 2019 Changes in this version + func Resolve(url string) (*ljsonrpc.Claim, error) v0.6.1 Jun 20, 2019 Changes in this version + func CreateAccount(UID int) (*ljsonrpc.AccountCreateResponse, error) + func GetAccount(UID int) (*ljsonrpc.Account, error) + func MakeAccountName(UID int) string + func RemoveAccount(UID int) (*ljsonrpc.AccountRemoveResponse, error) + type AccountConflict struct + UID int + func (e AccountConflict) Error() string + type AccountNotFound struct + UID int + func (e AccountNotFound) Error() string v0.6.0-dev May 24, 2019 v0.5.1 May 7, 2019 Changes in this version + var Client *ljsonrpc.Client