Documentation ¶
Overview ¶
The governance package contains functionality for altering permissions, token distribution, consensus parameters, validators, and network forks.
Index ¶
- func AlterBalanceTx(inputAddress crypto.Address, id crypto.Addressable, bal balance.Balances) *payload.GovTx
- func AlterPermissionsTx(inputAddress crypto.Address, id crypto.Addressable, perms permission.PermFlag) *payload.GovTx
- func AlterPowerTx(inputAddress crypto.Address, id crypto.Addressable, power uint64) *payload.GovTx
- func UpdateAccountTx(inputAddress crypto.Address, updates ...*spec.TemplateAccount) *payload.GovTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlterBalanceTx ¶
func AlterPermissionsTx ¶
func AlterPermissionsTx(inputAddress crypto.Address, id crypto.Addressable, perms permission.PermFlag) *payload.GovTx
func AlterPowerTx ¶
Creates a GovTx that alters the validator power of id to the power passed
func UpdateAccountTx ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.