Versions in this module Expand all Collapse all v0 v0.1.0 Mar 31, 2024 Changes in this version + func RoleAccesString(status *big.Int) (string, error) + type Account struct + Status string + func (a *Account) AcctStatusString(stat *big.Int) (Account, error) + type AccountDetails struct + Err error + Id common.Address + IsAdmin bool + OrgId string + Role string + Status *big.Int + type AccountInfo struct + Err error + OrgId string + Role string + type Config struct + AccountMgrAddress string + GuardianAddress []string + ImplAddress string + InterfaceAddress string + NewAdminOrg string + NewAdminRole string + NodeMgrAddress string + OrgAdminRole string + OrgMgrAddress string + PermissionModel string + RoleMgrAddress string + SubOrgBreadth int + SubOrgDepth int + UpgradableAddress string + VoterMgrAddress string + type CreatedNode struct + NodePath string + ValidatorAccount string + type CredFacInst struct + Approver common.Address + ContractAddress common.Address + Name string + type Credential struct + Approver common.Address + AuthorizationContract common.Address + CompletionDate *big.Int + ExpirationDate *big.Int + Id *big.Int + InstitutionContract common.Address + Status *big.Int + Uri string + type CredentialFactory struct + BaseUri string + Credentials []common.Address + Holders []common.Address + Instituion CredFacInst + Name string + Symbol string + TokenUri []string + type CredentialInfo struct + Approver common.Address + CredId *big.Int + CredOrgAdd common.Address + Status *big.Int + Uri string + type DeployedContract struct + Address common.Address + Governance common.Address + Name string + type InstCred struct + CredAddress common.Address + CredApprover common.Address + CredName string + CredSymbol string + CredUri string + CredentialId *big.Int + Implementation common.Address + InstApprover common.Address + type Institution struct + Address common.Address + Approver common.Address + Credentials []InstCred + Name string + Uri string + type NodeDetails struct + EnodeId string + Ip string + NodeStatus *big.Int + OrgId string + Port uint16 + Raftport uint16 + func (n *NodeDetails) NodeStatusString() (string, error) + type OrgDetails struct + Level *big.Int + OrgId string + PrntOrg string + Status *big.Int + UltPrntOrg string + func (o *OrgDetails) OrgStatusString() (string, error) + type PendingOp struct + Account common.Address + EnodeId string + Err error + OpType *big.Int + OrgId string + func (p *PendingOp) PendingOpStatusString() (Account, error) + type PolicyDetails struct + AdminOrg string + AdminRole string + NetworkBoot bool + OrgAdminRole string + type RoleDetail struct + AccessType *big.Int + Active bool + Admin bool + OrgId string + RoleId string + Voter bool