Documentation ¶
Index ¶
- type Bus
- type SignatorySet
- func (s *SignatorySet) Commit() error
- func (s *SignatorySet) Export(state *types.AppState)
- func (s *SignatorySet) GetBtcSignaturesSet() []types.BtcSignature
- func (s *SignatorySet) GetMntSignaturesSet() []types.MntSignature
- func (s *SignatorySet) GetSet() *types.SignatorySet
- func (s *SignatorySet) Import(set []types.Signatory, power uint64)
- func (s *SignatorySet) LoadSignatorySets()
- func (s *SignatorySet) MultisigAddressParams() ([]uint, []types.Address, uint)
- func (s *SignatorySet) SetNewSignatories(set *types.SignatorySet)
- func (s *SignatorySet) TwoThirdsVotingPower() uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus struct {
// contains filtered or unexported fields
}
func NewBus ¶
func NewBus(signatorySet *SignatorySet) *Bus
func (*Bus) GetSignatorySet ¶
func (b *Bus) GetSignatorySet() *types.SignatorySet
type SignatorySet ¶
type SignatorySet struct {
// contains filtered or unexported fields
}
func NewSignatorySet ¶
func (*SignatorySet) Commit ¶
func (s *SignatorySet) Commit() error
func (*SignatorySet) Export ¶
func (s *SignatorySet) Export(state *types.AppState)
func (*SignatorySet) GetBtcSignaturesSet ¶
func (s *SignatorySet) GetBtcSignaturesSet() []types.BtcSignature
func (*SignatorySet) GetMntSignaturesSet ¶
func (s *SignatorySet) GetMntSignaturesSet() []types.MntSignature
func (*SignatorySet) GetSet ¶
func (s *SignatorySet) GetSet() *types.SignatorySet
func (*SignatorySet) LoadSignatorySets ¶
func (s *SignatorySet) LoadSignatorySets()
func (*SignatorySet) MultisigAddressParams ¶
func (s *SignatorySet) MultisigAddressParams() ([]uint, []types.Address, uint)
func (*SignatorySet) SetNewSignatories ¶
func (s *SignatorySet) SetNewSignatories(set *types.SignatorySet)
func (*SignatorySet) TwoThirdsVotingPower ¶
func (s *SignatorySet) TwoThirdsVotingPower() uint64
Click to show internal directories.
Click to hide internal directories.