Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInsufficientFunds = errors.New("insufficient funds")
ErrInsufficientFunds indicates the balance is low for the transaction.
Functions ¶
This section is empty.
Types ¶
type BondExecutor ¶
type BondExecutor struct {
// contains filtered or unexported fields
}
func NewBondExecutor ¶
func NewBondExecutor(strict bool) *BondExecutor
type SortitionExecutor ¶
type SortitionExecutor struct {
// contains filtered or unexported fields
}
func NewSortitionExecutor ¶
func NewSortitionExecutor(strict bool) *SortitionExecutor
type TransferExecutor ¶ added in v0.11.0
type TransferExecutor struct {
// contains filtered or unexported fields
}
func NewTransferExecutor ¶ added in v0.11.0
func NewTransferExecutor(strict bool) *TransferExecutor
type UnbondExecutor ¶
type UnbondExecutor struct {
// contains filtered or unexported fields
}
func NewUnbondExecutor ¶
func NewUnbondExecutor(strict bool) *UnbondExecutor
type WithdrawExecutor ¶
type WithdrawExecutor struct {
// contains filtered or unexported fields
}
func NewWithdrawExecutor ¶
func NewWithdrawExecutor(strict bool) *WithdrawExecutor
Click to show internal directories.
Click to hide internal directories.