# Functions
BareAccountStakes returns an empty AccountStakes.
BareNamespace returns an empty namespace object.
BarePushKey returns a PushKey object with zero values.
BareReference returns an empty reference object.
BareRepoConfig returns empty repository configurations.
BareRepoProposal returns RepoProposal object with empty values.
BareRepository returns an empty repository object.
BareStakeInfo returns an empty StakeInfo.
IsValidPropFeeRefundTypeType checks if v is a valid PropFeeRefundTypeType.
IsValidProposalCreatorType checks if v is a valid ProposalCreatorType.
IsValidProposalTallyMethod checks if v is a valid ProposalTallyMethod.
IsValidVoterType checks if v is a valid VoterType.
MakeDefaultRepoConfig returns sane defaults for repository configurations.
MakeZeroValueRepoConfig returns a RepoConfig with all fields set to their zero value.
NewAccountFromBytes decodes bz to Account.
NewBareAccount returns an empty account.
NewNamespaceFromBytes decodes bz to Namespace.
NewPushKeyFromBytes deserialize bz to PushKey.
NewRepositoryFromBytes decodes bz to Repository.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Proposal outcomes.
Proposal outcomes.
Proposal outcomes.
Proposal outcomes.
Proposal outcomes.
Proposal outcomes.
Proposal outcomes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Proposal vote choices.
Proposal vote choices.
Proposal vote choices.
Proposal vote choices.
Various names for staking categories.
Various names for staking categories.
Only network stakeholders can vote.
Only network stakeholders and veto owners can vote.
Only owners can vote.
# Variables
DefaultRepoConfig is a sane default for repository configurations.
# Structs
Account represents a user's identity and includes balance and other information.
BaseContributor represents the basic information of a contributor.
BlockInfo describes information about a block.
ContributorPolicy describes a contributors policy.
Namespace describes an object for storing human-readable names mapping to various network resources.
Policy describes a repository access policy.
PushKey represents a push key.
Reference represents a git reference.
ReferenceData contain data specific to a reference.
RepoConfig contains repo-specific configuration settings.
RepoConfigGovernance contains governance settings for a repository.
RepoContributor represents a repository contributor.
RepoOwner describes an owner of a repository.
RepoProposal represents a repository proposal.
Repository represents a git repository.
StakeInfo represents properties about a stake.
# Interfaces
Proposal describes a repository proposal.
# Type aliases
AccountStakes holds staked balances.
BaseContributors is a collection of repo contributors.
No description provided by the author
NamespaceDomains represents a map of human-readable names to their original, usually unreadable name.
PropFeeRefundType describes the typeof refund scheme supported.
ProposalActionData represents action data of a proposal.
ProposalCreatorType describes types of proposal creators.
ProposalFees contains address and fees paid by proposal creators.
ProposalOutcome describes a proposal outcome.
ProposalTallyMethod represents a type for repo proposal counting method.
References represents a collection of references.
RepoContributors is a collection of repo contributors.
RepoOwners represents an index of owners of a repository.
RepoPolicies represents an index of repo Policies policies key is policy id.
RepoProposals represents an index of proposals for a repo.
VoterType represents a type of repository voter type.