Documentation
¶
Index ¶
Constants ¶
View Source
const PalletIndex = 7
View Source
const PalletName = "TransactionPayment"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventTransactionFeePaid ¶
type EventTransactionFeePaid struct { Who primitives.AccountId ActualFee uint128.Uint128 Tip uint128.Uint128 }
A transaction fee `actual_fee`, of which `tip` was added to the minimum inclusion fee, has been paid by `who`.
func (EventTransactionFeePaid) EventIndex ¶
func (this EventTransactionFeePaid) EventIndex() uint8
func (EventTransactionFeePaid) EventName ¶
func (this EventTransactionFeePaid) EventName() string
func (EventTransactionFeePaid) PalletIndex ¶
func (this EventTransactionFeePaid) PalletIndex() uint8
func (EventTransactionFeePaid) PalletName ¶
func (this EventTransactionFeePaid) PalletName() string
type StorageNextFeeMultiplier ¶
type StorageNextFeeMultiplier struct{}
func (*StorageNextFeeMultiplier) Fetch ¶
func (this *StorageNextFeeMultiplier) Fetch(blockStorage interfaces.BlockStorageT) (StorageNextFeeMultiplierValue, error)
func (*StorageNextFeeMultiplier) PalletName ¶
func (this *StorageNextFeeMultiplier) PalletName() string
func (*StorageNextFeeMultiplier) StorageName ¶
func (this *StorageNextFeeMultiplier) StorageName() string
type StorageNextFeeMultiplierValue ¶
type StorageNextFeeMultiplierValue = Balance
Click to show internal directories.
Click to hide internal directories.