package
0.0.32
Repository: https://github.com/make-os/kit.git
Documentation: pkg.go.dev

# Functions

AddRepoContributors creates a proposal transaction to add contributors to a repo and returns the hash.
CreateRepo creates a repository creating transaction and returns the hash.
GetNextNonceOfAccount returns the next account nonce of an account.
GetNextNonceOfPushKeyOwner returns the next account nonce of the owner of a given push key.
GetTransaction gets a finalized transaction by hash.
RegisterPushKey creates a push key registration transaction and returns the hash.
SendCoin creates a transaction to send coins from user account to another user/repo account.
VoteRepoProposal creates a transaction to vote for/on a repo's proposal.

# Type aliases

CoinSender describes a function for sending coins.
NextNonceGetter describes a function for getting the next nonce of an account.
PushKeyRegister describes a function for registering a push key.
RepoContributorsAdder describes a function for creating a proposal to add contributors to a repo.
RepoCreator describes a function for creating a repo creating transaction.
RepoProposalVoter describes a function for voting on a repo's proposal.
TxGetter describes a function for getting a finalized transaction.