Documentation ¶
Index ¶
- func NewCheckGenesis(module system.Module) primitives.SignedExtension
- func NewCheckMortality(systemModule system.Module) primitives.SignedExtension
- func NewCheckNonZeroAddress() primitives.SignedExtension
- func NewCheckNonce(systemModule system.Module) primitives.SignedExtension
- func NewCheckSpecVersion(systemModule system.Module) primitives.SignedExtension
- func NewCheckTxVersion(module system.Module) primitives.SignedExtension
- func NewCheckWeight(systemModule system.Module) primitives.SignedExtension
- type CheckGenesis
- func (cg CheckGenesis) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (cg CheckGenesis) Bytes() []byte
- func (cg CheckGenesis) Decode(*bytes.Buffer) error
- func (cg CheckGenesis) DeepCopy() primitives.SignedExtension
- func (cg CheckGenesis) Encode(*bytes.Buffer) error
- func (cg CheckGenesis) ModulePath() string
- func (cg CheckGenesis) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (cg CheckGenesis) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, ...) (primitives.Pre, error)
- func (cg CheckGenesis) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (_ CheckGenesis) Validate(_who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (cg CheckGenesis) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
- type CheckMortality
- func (cm CheckMortality) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (cm CheckMortality) Bytes() []byte
- func (cm *CheckMortality) Decode(buffer *bytes.Buffer) error
- func (cm CheckMortality) DeepCopy() primitives.SignedExtension
- func (cm CheckMortality) Encode(buffer *bytes.Buffer) error
- func (cm CheckMortality) ModulePath() string
- func (cm CheckMortality) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (cm CheckMortality) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, ...) (primitives.Pre, error)
- func (cm CheckMortality) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (cm CheckMortality) Validate(_who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (cm CheckMortality) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
- type CheckNonZeroAddress
- func (c CheckNonZeroAddress) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (c CheckNonZeroAddress) Bytes() []byte
- func (c CheckNonZeroAddress) Decode(*bytes.Buffer) error
- func (cn CheckNonZeroAddress) DeepCopy() primitives.SignedExtension
- func (c CheckNonZeroAddress) Encode(*bytes.Buffer) error
- func (c CheckNonZeroAddress) ModulePath() string
- func (c CheckNonZeroAddress) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (c CheckNonZeroAddress) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, ...) (primitives.Pre, error)
- func (c CheckNonZeroAddress) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (c CheckNonZeroAddress) Validate(who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (c CheckNonZeroAddress) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
- type CheckNonce
- func (cn CheckNonce) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (cn CheckNonce) Bytes() []byte
- func (cn *CheckNonce) Decode(buffer *bytes.Buffer) error
- func (cn CheckNonce) DeepCopy() primitives.SignedExtension
- func (cn CheckNonce) Encode(buffer *bytes.Buffer) error
- func (cn CheckNonce) ModulePath() string
- func (cn CheckNonce) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (cn CheckNonce) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, ...) (primitives.Pre, error)
- func (cn CheckNonce) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (cn CheckNonce) Validate(who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (cn CheckNonce) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
- type CheckSpecVersion
- func (csv CheckSpecVersion) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (csv CheckSpecVersion) Bytes() []byte
- func (csv CheckSpecVersion) Decode(*bytes.Buffer) error
- func (csv CheckSpecVersion) DeepCopy() primitives.SignedExtension
- func (csv CheckSpecVersion) Encode(*bytes.Buffer) error
- func (csv CheckSpecVersion) ModulePath() string
- func (csv CheckSpecVersion) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (csv CheckSpecVersion) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, ...) (primitives.Pre, error)
- func (csv CheckSpecVersion) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (_ CheckSpecVersion) Validate(_who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (csv CheckSpecVersion) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
- type CheckTxVersion
- func (ctv CheckTxVersion) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (ctv CheckTxVersion) Bytes() []byte
- func (ctv CheckTxVersion) Decode(*bytes.Buffer) error
- func (ctv CheckTxVersion) DeepCopy() primitives.SignedExtension
- func (ctv CheckTxVersion) Encode(*bytes.Buffer) error
- func (ctv CheckTxVersion) ModulePath() string
- func (ctv CheckTxVersion) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (ctv CheckTxVersion) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, ...) (primitives.Pre, error)
- func (ctv CheckTxVersion) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (_ CheckTxVersion) Validate(_who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (ctv CheckTxVersion) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
- type CheckWeight
- func (cw CheckWeight) AdditionalSigned() (primitives.AdditionalSigned, error)
- func (cw CheckWeight) Bytes() []byte
- func (cw CheckWeight) Decode(*bytes.Buffer) error
- func (cw CheckWeight) DeepCopy() primitives.SignedExtension
- func (cw CheckWeight) Encode(*bytes.Buffer) error
- func (cw CheckWeight) ModulePath() string
- func (cw CheckWeight) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, ...) error
- func (cw CheckWeight) PreDispatch(_who primitives.AccountId, _call primitives.Call, ...) (primitives.Pre, error)
- func (cw CheckWeight) PreDispatchUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
- func (cw CheckWeight) Validate(_who primitives.AccountId, _call primitives.Call, ...) (primitives.ValidTransaction, error)
- func (cw CheckWeight) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckGenesis ¶
func NewCheckGenesis(module system.Module) primitives.SignedExtension
func NewCheckMortality ¶
func NewCheckMortality(systemModule system.Module) primitives.SignedExtension
func NewCheckNonZeroAddress ¶
func NewCheckNonZeroAddress() primitives.SignedExtension
func NewCheckNonce ¶
func NewCheckNonce(systemModule system.Module) primitives.SignedExtension
func NewCheckSpecVersion ¶
func NewCheckSpecVersion(systemModule system.Module) primitives.SignedExtension
func NewCheckTxVersion ¶
func NewCheckTxVersion(module system.Module) primitives.SignedExtension
func NewCheckWeight ¶
func NewCheckWeight(systemModule system.Module) primitives.SignedExtension
Types ¶
type CheckGenesis ¶
type CheckGenesis struct {
// contains filtered or unexported fields
}
func (CheckGenesis) AdditionalSigned ¶
func (cg CheckGenesis) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckGenesis) Bytes ¶
func (cg CheckGenesis) Bytes() []byte
func (CheckGenesis) DeepCopy ¶
func (cg CheckGenesis) DeepCopy() primitives.SignedExtension
func (CheckGenesis) ModulePath ¶
func (cg CheckGenesis) ModulePath() string
func (CheckGenesis) PostDispatch ¶
func (cg CheckGenesis) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckGenesis) PreDispatch ¶
func (cg CheckGenesis) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckGenesis) PreDispatchUnsigned ¶
func (cg CheckGenesis) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckGenesis) Validate ¶
func (_ CheckGenesis) Validate(_who primitives.AccountId, _call primitives.Call, _info *primitives.DispatchInfo, _length sc.Compact) (primitives.ValidTransaction, error)
func (CheckGenesis) ValidateUnsigned ¶
func (cg CheckGenesis) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
type CheckMortality ¶
type CheckMortality struct {
// contains filtered or unexported fields
}
func (CheckMortality) AdditionalSigned ¶
func (cm CheckMortality) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckMortality) Bytes ¶
func (cm CheckMortality) Bytes() []byte
func (CheckMortality) DeepCopy ¶
func (cm CheckMortality) DeepCopy() primitives.SignedExtension
func (CheckMortality) ModulePath ¶
func (cm CheckMortality) ModulePath() string
func (CheckMortality) PostDispatch ¶
func (cm CheckMortality) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckMortality) PreDispatch ¶
func (cm CheckMortality) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckMortality) PreDispatchUnsigned ¶
func (cm CheckMortality) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckMortality) Validate ¶
func (cm CheckMortality) Validate(_who primitives.AccountId, _call primitives.Call, _info *primitives.DispatchInfo, _length sc.Compact) (primitives.ValidTransaction, error)
func (CheckMortality) ValidateUnsigned ¶
func (cm CheckMortality) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
type CheckNonZeroAddress ¶
type CheckNonZeroAddress struct {
// contains filtered or unexported fields
}
func (CheckNonZeroAddress) AdditionalSigned ¶
func (c CheckNonZeroAddress) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckNonZeroAddress) Bytes ¶
func (c CheckNonZeroAddress) Bytes() []byte
func (CheckNonZeroAddress) DeepCopy ¶
func (cn CheckNonZeroAddress) DeepCopy() primitives.SignedExtension
func (CheckNonZeroAddress) ModulePath ¶
func (c CheckNonZeroAddress) ModulePath() string
func (CheckNonZeroAddress) PostDispatch ¶
func (c CheckNonZeroAddress) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckNonZeroAddress) PreDispatch ¶
func (c CheckNonZeroAddress) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckNonZeroAddress) PreDispatchUnsigned ¶
func (c CheckNonZeroAddress) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckNonZeroAddress) Validate ¶
func (c CheckNonZeroAddress) Validate(who primitives.AccountId, _call primitives.Call, _info *primitives.DispatchInfo, _length sc.Compact) (primitives.ValidTransaction, error)
func (CheckNonZeroAddress) ValidateUnsigned ¶
func (c CheckNonZeroAddress) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
type CheckNonce ¶
type CheckNonce struct {
// contains filtered or unexported fields
}
func (CheckNonce) AdditionalSigned ¶
func (cn CheckNonce) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckNonce) Bytes ¶
func (cn CheckNonce) Bytes() []byte
func (CheckNonce) DeepCopy ¶
func (cn CheckNonce) DeepCopy() primitives.SignedExtension
func (CheckNonce) ModulePath ¶
func (cn CheckNonce) ModulePath() string
func (CheckNonce) PostDispatch ¶
func (cn CheckNonce) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckNonce) PreDispatch ¶
func (cn CheckNonce) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckNonce) PreDispatchUnsigned ¶
func (cn CheckNonce) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckNonce) Validate ¶
func (cn CheckNonce) Validate(who primitives.AccountId, _call primitives.Call, _info *primitives.DispatchInfo, _length sc.Compact) (primitives.ValidTransaction, error)
func (CheckNonce) ValidateUnsigned ¶
func (cn CheckNonce) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
type CheckSpecVersion ¶
type CheckSpecVersion struct {
// contains filtered or unexported fields
}
func (CheckSpecVersion) AdditionalSigned ¶
func (csv CheckSpecVersion) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckSpecVersion) Bytes ¶
func (csv CheckSpecVersion) Bytes() []byte
func (CheckSpecVersion) DeepCopy ¶
func (csv CheckSpecVersion) DeepCopy() primitives.SignedExtension
func (CheckSpecVersion) ModulePath ¶
func (csv CheckSpecVersion) ModulePath() string
func (CheckSpecVersion) PostDispatch ¶
func (csv CheckSpecVersion) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckSpecVersion) PreDispatch ¶
func (csv CheckSpecVersion) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckSpecVersion) PreDispatchUnsigned ¶
func (csv CheckSpecVersion) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckSpecVersion) Validate ¶
func (_ CheckSpecVersion) Validate(_who primitives.AccountId, _call primitives.Call, _info *primitives.DispatchInfo, _length sc.Compact) (primitives.ValidTransaction, error)
func (CheckSpecVersion) ValidateUnsigned ¶
func (csv CheckSpecVersion) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
type CheckTxVersion ¶
type CheckTxVersion struct {
// contains filtered or unexported fields
}
func (CheckTxVersion) AdditionalSigned ¶
func (ctv CheckTxVersion) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckTxVersion) Bytes ¶
func (ctv CheckTxVersion) Bytes() []byte
func (CheckTxVersion) DeepCopy ¶
func (ctv CheckTxVersion) DeepCopy() primitives.SignedExtension
func (CheckTxVersion) ModulePath ¶
func (ctv CheckTxVersion) ModulePath() string
func (CheckTxVersion) PostDispatch ¶
func (ctv CheckTxVersion) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckTxVersion) PreDispatch ¶
func (ctv CheckTxVersion) PreDispatch(who primitives.AccountId, call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckTxVersion) PreDispatchUnsigned ¶
func (ctv CheckTxVersion) PreDispatchUnsigned(call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckTxVersion) Validate ¶
func (_ CheckTxVersion) Validate(_who primitives.AccountId, _call primitives.Call, _info *primitives.DispatchInfo, _length sc.Compact) (primitives.ValidTransaction, error)
func (CheckTxVersion) ValidateUnsigned ¶
func (ctv CheckTxVersion) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
type CheckWeight ¶
type CheckWeight struct {
// contains filtered or unexported fields
}
func (CheckWeight) AdditionalSigned ¶
func (cw CheckWeight) AdditionalSigned() (primitives.AdditionalSigned, error)
func (CheckWeight) Bytes ¶
func (cw CheckWeight) Bytes() []byte
func (CheckWeight) DeepCopy ¶
func (cw CheckWeight) DeepCopy() primitives.SignedExtension
func (CheckWeight) ModulePath ¶
func (cw CheckWeight) ModulePath() string
func (CheckWeight) PostDispatch ¶
func (cw CheckWeight) PostDispatch(_pre sc.Option[primitives.Pre], info *primitives.DispatchInfo, postInfo *primitives.PostDispatchInfo, _length sc.Compact, _dispatchErr error) error
func (CheckWeight) PreDispatch ¶
func (cw CheckWeight) PreDispatch(_who primitives.AccountId, _call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.Pre, error)
func (CheckWeight) PreDispatchUnsigned ¶
func (cw CheckWeight) PreDispatchUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) error
func (CheckWeight) Validate ¶
func (cw CheckWeight) Validate(_who primitives.AccountId, _call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
func (CheckWeight) ValidateUnsigned ¶
func (cw CheckWeight) ValidateUnsigned(_call primitives.Call, info *primitives.DispatchInfo, length sc.Compact) (primitives.ValidTransaction, error)
Click to show internal directories.
Click to hide internal directories.