Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2024 Changes in this version + func CheckOrgAdmin(add, org, ult string) (bool, error) + func CreateAccount(password, name string) (accounts.Account, error) + func GetAccountCount() (*big.Int, error) + func GetAccountDetails(acct string) (model.AccountDetails, error) + func GetAccountDetailsFromIndex(index int64) (model.AccountDetails, error) + func GetAccountOrgDetails(acct string) (model.AccountInfo, error) + func GetBal(add string) (*big.Int, error) + func GetBalKeyfile(keyfile, password string) (*big.Int, error) + func GetRoleForAccount(acct string) (string, error) + func GetStatusOfAccount(acct string) (model.Account, error) + func OrgAdminExists(org string) (bool, error) + func ValidatedAccount(acct, org string) (bool, error)