Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NOPFeeCreditValidator ¶
func NOPFeeCreditValidator(_ txtypes.ExecutionContext, _ *types.TransactionOrder) error
func NewTxSystem ¶
func NewTxSystem(pdr types.PartitionDescriptionRecord, shardID types.ShardID, observe txsystem.Observability, opts ...Option) (*txsystem.GenericTxSystem, error)
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) TxHandlers ¶
func (m *Module) TxHandlers() map[uint16]txtypes.TxExecutor
type Option ¶
type Option func(*Options)
func WithHashAlgorithm ¶
func WithOwnerPredicate ¶
func WithOwnerPredicate(ownerPredicate types.PredicateBytes) Option
func WithTrustBase ¶
func WithTrustBase(trustBase types.RootTrustBase) Option
Click to show internal directories.
Click to hide internal directories.