Documentation ¶
Index ¶
- func AddAdmin(guardKey, guardAdd, approver string) (*types.Receipt, error)
- func AddAdminKey(keyname, password, approver string) (*types.Receipt, error)
- func AddNewRole(guardKey, guardAdd, roleId, orgId string, voter, admin bool, accsLvl int64) (*types.Receipt, error)
- func AddNewRoleKey(guardPath, password, roleId, orgId string, voter, admin bool, accsLvl int64) (*types.Receipt, error)
- func AddNode(guardKey, guardAdd, enodeId, ip, orgId string, port, raftport uint16) (*types.Receipt, error)
- func AddNodeAsAdmin(guardKey, guardAdd, enodeId, ip string, port, raftport uint16) (*types.Receipt, error)
- func AddNodeAsAdminKey(keyname, password, enodeId, ip string, port, raftport uint16) (*types.Receipt, error)
- func AddNodeKey(keyname, password, enodeId, ip, orgId string, port, raftport uint16) (*types.Receipt, error)
- func AddOrg(guardKey, guardAdd, enodeId, ip, orgId, admin string, port, raftport uint16) (*types.Receipt, error)
- func AddOrgKey(keyname, password, enodeId, ip, orgId, admin string, port, raftport uint16) (*types.Receipt, error)
- func AddSubOrg(guardKey, guardAdd, enodeId, ip, orgId, ultPrnt string, port, raftport uint16) (*types.Receipt, error)
- func AddSubOrgKey(keyname, password, enodeId, ip, orgId, ultPrnt string, port, raftport uint16) (*types.Receipt, error)
- func ApproveAdminRole(guardKey, guardAdd, account, orgId string) (*types.Receipt, error)
- func ApproveAdminRoleKey(guardKeyFile, password, account, orgId string) (*types.Receipt, error)
- func ApproveBlackListedAccountRecovery(add, key, account, orgId string) (*types.Receipt, error)
- func ApproveBlackListedAccountRecoveryKey(guardKeyFile, password, account, orgId string) (*types.Receipt, error)
- func ApproveBlackListedNodeRecovery(add, key, enodeId, ip, orgId string, port, raftport uint16) (*types.Receipt, error)
- func ApproveBlackListedNodeRecoveryKey(keyfile, password, enodeId, ip, orgId string, port, raftport uint16) (*types.Receipt, error)
- func ApproveOrg(guardKey, guardAdd, enodeId, ip, orgId, admin string, port, raftport uint16) (*types.Receipt, error)
- func ApproveOrgKey(keyname, password, enodeId, ip, orgId, admin string, port, raftport uint16) (*types.Receipt, error)
- func ApproveOrgStatus(guardKey, guardAdd, orgId string, action *big.Int) (*types.Receipt, error)
- func ApproveOrgStatusKey(keyname, password, orgId string, action *big.Int) (*types.Receipt, error)
- func AssignAdminRole(guardKey, guardAdd, account, roleId, orgId string) (*types.Receipt, error)
- func AssignAdminRoleKey(guardKeyFile, password, account, roleId, orgId string) (*types.Receipt, error)
- func AssignRole(guardKey, guardAdd, account, roleId, orgId string) (*types.Receipt, error)
- func AssignRoleKey(guardKeyFile, password, account, roleId, orgId string) (*types.Receipt, error)
- func RmvRole(guardKey, guardAdd, roleId, orgId string) (*types.Receipt, error)
- func RmvRoleKey(guardPath, password, roleId, orgId string) (*types.Receipt, error)
- func StartBlackListedAccountRecovery(guardKey, guardAdd, account, orgId string) (*types.Receipt, error)
- func StartBlackListedAccountRecoveryKey(guardKeyFile, password, account, orgId string) (*types.Receipt, error)
- func StartBlackListedNodeRecovery(add, key, enodeId, ip, orgId string, port, raftport uint16) (*types.Receipt, error)
- func StartBlackListedNodeRecoveryKey(keyfile, password, enodeId, ip, orgId string, port, raftport uint16) (*types.Receipt, error)
- func UpdateAccountStatus(guardKey, guardAdd, orgId, address string, action *big.Int) (*types.Receipt, error)
- func UpdateAccountStatusKey(keyname, password, orgId, address string, action *big.Int) (*types.Receipt, error)
- func UpdateNodeStatus(add, key, enodeId, ip, orgId string, port, raftport uint16, action *big.Int) (*types.Receipt, error)
- func UpdateNodeStatusKey(keyfile, password, enodeId, ip, orgId string, port, raftport uint16, ...) (*types.Receipt, error)
- func UpdateOrgStatus(guardKey, guardAdd, orgId string, action *big.Int) (*types.Receipt, error)
- func UpdateOrgStatusKey(keyname, password, orgId string, action *big.Int) (*types.Receipt, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddNewRole ¶
func AddNewRole(guardKey, guardAdd, roleId, orgId string, voter, admin bool, accsLvl int64) (*types.Receipt, error)
access levels 0 - Read only 1 - value transfer 2 - contract deploy 3 - full access 4 - contract call 5 - value transfer and contract call 6 - value transfer and contract deploy 7 - contract call and deploy
func AddNewRoleKey ¶
func AddNewRoleKey(guardPath, password, roleId, orgId string, voter, admin bool, accsLvl int64) (*types.Receipt, error)
access levels 0 - Read only 1 - value transfer 2 - contract deploy 3 - full access 4 - contract call 5 - value transfer and contract call 6 - value transfer and contract deploy 7 - contract call and deploy
func AddNodeAsAdmin ¶
func AddNodeAsAdminKey ¶
func AddNodeKey ¶
func AddSubOrgKey ¶
func ApproveAdminRole ¶
func ApproveAdminRoleKey ¶
func ApproveOrg ¶
func ApproveOrgKey ¶
func ApproveOrgStatus ¶
func ApproveOrgStatusKey ¶
func AssignAdminRole ¶
func AssignAdminRoleKey ¶
func AssignRole ¶
func AssignRoleKey ¶
func RmvRoleKey ¶
func UpdateAccountStatus ¶
func UpdateAccountStatusKey ¶
func UpdateNodeStatus ¶
func UpdateNodeStatusKey ¶
func UpdateOrgStatus ¶
Types ¶
This section is empty.
Source Files ¶
- addAdminAccountKey.go
- addAdminAccountSec.go
- addAdminNodeKey.go
- addAdminNodeSec.go
- addNewRoleKey.go
- addNewRoleSec.go
- addNodeKey.go
- addNodeSec.go
- addOrgKey.go
- addOrgSec.go
- addSubOrgKey.go
- addSubOrgSec.go
- approveAdminRoleKey.go
- approveAdminRoleSec.go
- approveBlackListedAccountRecoveryKey.go
- approveBlackListedAccountRecoverySec.go
- approveBlackListedNodeRecoveryKey.go
- approveBlackListedNodeRecoverySec.go
- approveOrgKey.go
- approveOrgSec.go
- approveOrgStatusKey.go
- approveOrgStatusSec.go
- assignAccountRoleKey.go
- assignAccountRoleSec.go
- assignAdminRoleKey.go
- assignAdminRoleSec.go
- removeRoleKey.go
- removeRoleSec.go
- startBlackListedAccountRecoveryKey.go
- startBlackListedAccountRecoverySec.go
- startBlackListedNodeRecoveryKey.go
- startBlackListedNodeRecoverySec.go
- updateAccountStatusKey.go
- updateAccountStatusSec.go
- updateNodeStatusKey.go
- updateNodeStatusSec.go
- updateOrgStatusKey.go
- updateOrgStatusSec.go
Click to show internal directories.
Click to hide internal directories.