Versions in this module Expand all Collapse all v0 v0.2.0 Oct 15, 2025 v0.1.0 Oct 12, 2025 Changes in this version + func CheckAndExecute(trx *tx.Tx, sbx sandbox.Sandbox, strict bool) error + func CheckLockTime(trx *tx.Tx, sbx sandbox.Sandbox, strict bool) error + func Execute(trx *tx.Tx, sbx sandbox.Sandbox) error + type LockTimeExpiredError struct + LockTime uint32 + func (e LockTimeExpiredError) Error() string + type LockTimeInFutureError struct + LockTime uint32 + func (e LockTimeInFutureError) Error() string + type SignerBannedError struct + func (e SignerBannedError) Error() string + type TransactionCommittedError struct + ID tx.ID + func (e TransactionCommittedError) Error() string