feesv1alpha1

package
v1.36.10-2025092917421... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_astria_protocol_fees_v1alpha1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BridgeLockFeeComponents

type BridgeLockFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*BridgeLockFeeComponents) ClearBase

func (x *BridgeLockFeeComponents) ClearBase()

func (*BridgeLockFeeComponents) ClearMultiplier

func (x *BridgeLockFeeComponents) ClearMultiplier()

func (*BridgeLockFeeComponents) GetBase

func (x *BridgeLockFeeComponents) GetBase() *v1.Uint128

func (*BridgeLockFeeComponents) GetMultiplier

func (x *BridgeLockFeeComponents) GetMultiplier() *v1.Uint128

func (*BridgeLockFeeComponents) HasBase

func (x *BridgeLockFeeComponents) HasBase() bool

func (*BridgeLockFeeComponents) HasMultiplier

func (x *BridgeLockFeeComponents) HasMultiplier() bool

func (*BridgeLockFeeComponents) ProtoMessage

func (*BridgeLockFeeComponents) ProtoMessage()

func (*BridgeLockFeeComponents) ProtoReflect

func (x *BridgeLockFeeComponents) ProtoReflect() protoreflect.Message

func (*BridgeLockFeeComponents) Reset

func (x *BridgeLockFeeComponents) Reset()

func (*BridgeLockFeeComponents) SetBase

func (x *BridgeLockFeeComponents) SetBase(v *v1.Uint128)

func (*BridgeLockFeeComponents) SetMultiplier

func (x *BridgeLockFeeComponents) SetMultiplier(v *v1.Uint128)

func (*BridgeLockFeeComponents) String

func (x *BridgeLockFeeComponents) String() string

type BridgeLockFeeComponents_builder

type BridgeLockFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (BridgeLockFeeComponents_builder) Build

type BridgeSudoChangeFeeComponents

type BridgeSudoChangeFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*BridgeSudoChangeFeeComponents) ClearBase

func (x *BridgeSudoChangeFeeComponents) ClearBase()

func (*BridgeSudoChangeFeeComponents) ClearMultiplier

func (x *BridgeSudoChangeFeeComponents) ClearMultiplier()

func (*BridgeSudoChangeFeeComponents) GetBase

func (*BridgeSudoChangeFeeComponents) GetMultiplier

func (x *BridgeSudoChangeFeeComponents) GetMultiplier() *v1.Uint128

func (*BridgeSudoChangeFeeComponents) HasBase

func (x *BridgeSudoChangeFeeComponents) HasBase() bool

func (*BridgeSudoChangeFeeComponents) HasMultiplier

func (x *BridgeSudoChangeFeeComponents) HasMultiplier() bool

func (*BridgeSudoChangeFeeComponents) ProtoMessage

func (*BridgeSudoChangeFeeComponents) ProtoMessage()

func (*BridgeSudoChangeFeeComponents) ProtoReflect

func (*BridgeSudoChangeFeeComponents) Reset

func (x *BridgeSudoChangeFeeComponents) Reset()

func (*BridgeSudoChangeFeeComponents) SetBase

func (x *BridgeSudoChangeFeeComponents) SetBase(v *v1.Uint128)

func (*BridgeSudoChangeFeeComponents) SetMultiplier

func (x *BridgeSudoChangeFeeComponents) SetMultiplier(v *v1.Uint128)

func (*BridgeSudoChangeFeeComponents) String

type BridgeSudoChangeFeeComponents_builder

type BridgeSudoChangeFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (BridgeSudoChangeFeeComponents_builder) Build

type BridgeUnlockFeeComponents

type BridgeUnlockFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*BridgeUnlockFeeComponents) ClearBase

func (x *BridgeUnlockFeeComponents) ClearBase()

func (*BridgeUnlockFeeComponents) ClearMultiplier

func (x *BridgeUnlockFeeComponents) ClearMultiplier()

func (*BridgeUnlockFeeComponents) GetBase

func (x *BridgeUnlockFeeComponents) GetBase() *v1.Uint128

func (*BridgeUnlockFeeComponents) GetMultiplier

func (x *BridgeUnlockFeeComponents) GetMultiplier() *v1.Uint128

func (*BridgeUnlockFeeComponents) HasBase

func (x *BridgeUnlockFeeComponents) HasBase() bool

func (*BridgeUnlockFeeComponents) HasMultiplier

func (x *BridgeUnlockFeeComponents) HasMultiplier() bool

func (*BridgeUnlockFeeComponents) ProtoMessage

func (*BridgeUnlockFeeComponents) ProtoMessage()

func (*BridgeUnlockFeeComponents) ProtoReflect

func (*BridgeUnlockFeeComponents) Reset

func (x *BridgeUnlockFeeComponents) Reset()

func (*BridgeUnlockFeeComponents) SetBase

func (x *BridgeUnlockFeeComponents) SetBase(v *v1.Uint128)

func (*BridgeUnlockFeeComponents) SetMultiplier

func (x *BridgeUnlockFeeComponents) SetMultiplier(v *v1.Uint128)

func (*BridgeUnlockFeeComponents) String

func (x *BridgeUnlockFeeComponents) String() string

type BridgeUnlockFeeComponents_builder

type BridgeUnlockFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (BridgeUnlockFeeComponents_builder) Build

type FeeAssetChangeFeeComponents

type FeeAssetChangeFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeAssetChangeFeeComponents) ClearBase

func (x *FeeAssetChangeFeeComponents) ClearBase()

func (*FeeAssetChangeFeeComponents) ClearMultiplier

func (x *FeeAssetChangeFeeComponents) ClearMultiplier()

func (*FeeAssetChangeFeeComponents) GetBase

func (x *FeeAssetChangeFeeComponents) GetBase() *v1.Uint128

func (*FeeAssetChangeFeeComponents) GetMultiplier

func (x *FeeAssetChangeFeeComponents) GetMultiplier() *v1.Uint128

func (*FeeAssetChangeFeeComponents) HasBase

func (x *FeeAssetChangeFeeComponents) HasBase() bool

func (*FeeAssetChangeFeeComponents) HasMultiplier

func (x *FeeAssetChangeFeeComponents) HasMultiplier() bool

func (*FeeAssetChangeFeeComponents) ProtoMessage

func (*FeeAssetChangeFeeComponents) ProtoMessage()

func (*FeeAssetChangeFeeComponents) ProtoReflect

func (*FeeAssetChangeFeeComponents) Reset

func (x *FeeAssetChangeFeeComponents) Reset()

func (*FeeAssetChangeFeeComponents) SetBase

func (x *FeeAssetChangeFeeComponents) SetBase(v *v1.Uint128)

func (*FeeAssetChangeFeeComponents) SetMultiplier

func (x *FeeAssetChangeFeeComponents) SetMultiplier(v *v1.Uint128)

func (*FeeAssetChangeFeeComponents) String

func (x *FeeAssetChangeFeeComponents) String() string

type FeeAssetChangeFeeComponents_builder

type FeeAssetChangeFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (FeeAssetChangeFeeComponents_builder) Build

type FeeChangeFeeComponents

type FeeChangeFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*FeeChangeFeeComponents) ClearBase

func (x *FeeChangeFeeComponents) ClearBase()

func (*FeeChangeFeeComponents) ClearMultiplier

func (x *FeeChangeFeeComponents) ClearMultiplier()

func (*FeeChangeFeeComponents) GetBase

func (x *FeeChangeFeeComponents) GetBase() *v1.Uint128

func (*FeeChangeFeeComponents) GetMultiplier

func (x *FeeChangeFeeComponents) GetMultiplier() *v1.Uint128

func (*FeeChangeFeeComponents) HasBase

func (x *FeeChangeFeeComponents) HasBase() bool

func (*FeeChangeFeeComponents) HasMultiplier

func (x *FeeChangeFeeComponents) HasMultiplier() bool

func (*FeeChangeFeeComponents) ProtoMessage

func (*FeeChangeFeeComponents) ProtoMessage()

func (*FeeChangeFeeComponents) ProtoReflect

func (x *FeeChangeFeeComponents) ProtoReflect() protoreflect.Message

func (*FeeChangeFeeComponents) Reset

func (x *FeeChangeFeeComponents) Reset()

func (*FeeChangeFeeComponents) SetBase

func (x *FeeChangeFeeComponents) SetBase(v *v1.Uint128)

func (*FeeChangeFeeComponents) SetMultiplier

func (x *FeeChangeFeeComponents) SetMultiplier(v *v1.Uint128)

func (*FeeChangeFeeComponents) String

func (x *FeeChangeFeeComponents) String() string

type FeeChangeFeeComponents_builder

type FeeChangeFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (FeeChangeFeeComponents_builder) Build

type IbcRelayFeeComponents

type IbcRelayFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*IbcRelayFeeComponents) ClearBase

func (x *IbcRelayFeeComponents) ClearBase()

func (*IbcRelayFeeComponents) ClearMultiplier

func (x *IbcRelayFeeComponents) ClearMultiplier()

func (*IbcRelayFeeComponents) GetBase

func (x *IbcRelayFeeComponents) GetBase() *v1.Uint128

func (*IbcRelayFeeComponents) GetMultiplier

func (x *IbcRelayFeeComponents) GetMultiplier() *v1.Uint128

func (*IbcRelayFeeComponents) HasBase

func (x *IbcRelayFeeComponents) HasBase() bool

func (*IbcRelayFeeComponents) HasMultiplier

func (x *IbcRelayFeeComponents) HasMultiplier() bool

func (*IbcRelayFeeComponents) ProtoMessage

func (*IbcRelayFeeComponents) ProtoMessage()

func (*IbcRelayFeeComponents) ProtoReflect

func (x *IbcRelayFeeComponents) ProtoReflect() protoreflect.Message

func (*IbcRelayFeeComponents) Reset

func (x *IbcRelayFeeComponents) Reset()

func (*IbcRelayFeeComponents) SetBase

func (x *IbcRelayFeeComponents) SetBase(v *v1.Uint128)

func (*IbcRelayFeeComponents) SetMultiplier

func (x *IbcRelayFeeComponents) SetMultiplier(v *v1.Uint128)

func (*IbcRelayFeeComponents) String

func (x *IbcRelayFeeComponents) String() string

type IbcRelayFeeComponents_builder

type IbcRelayFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (IbcRelayFeeComponents_builder) Build

type IbcRelayerChangeFeeComponents

type IbcRelayerChangeFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*IbcRelayerChangeFeeComponents) ClearBase

func (x *IbcRelayerChangeFeeComponents) ClearBase()

func (*IbcRelayerChangeFeeComponents) ClearMultiplier

func (x *IbcRelayerChangeFeeComponents) ClearMultiplier()

func (*IbcRelayerChangeFeeComponents) GetBase

func (*IbcRelayerChangeFeeComponents) GetMultiplier

func (x *IbcRelayerChangeFeeComponents) GetMultiplier() *v1.Uint128

func (*IbcRelayerChangeFeeComponents) HasBase

func (x *IbcRelayerChangeFeeComponents) HasBase() bool

func (*IbcRelayerChangeFeeComponents) HasMultiplier

func (x *IbcRelayerChangeFeeComponents) HasMultiplier() bool

func (*IbcRelayerChangeFeeComponents) ProtoMessage

func (*IbcRelayerChangeFeeComponents) ProtoMessage()

func (*IbcRelayerChangeFeeComponents) ProtoReflect

func (*IbcRelayerChangeFeeComponents) Reset

func (x *IbcRelayerChangeFeeComponents) Reset()

func (*IbcRelayerChangeFeeComponents) SetBase

func (x *IbcRelayerChangeFeeComponents) SetBase(v *v1.Uint128)

func (*IbcRelayerChangeFeeComponents) SetMultiplier

func (x *IbcRelayerChangeFeeComponents) SetMultiplier(v *v1.Uint128)

func (*IbcRelayerChangeFeeComponents) String

type IbcRelayerChangeFeeComponents_builder

type IbcRelayerChangeFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (IbcRelayerChangeFeeComponents_builder) Build

type IbcSudoChangeFeeComponents

type IbcSudoChangeFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*IbcSudoChangeFeeComponents) ClearBase

func (x *IbcSudoChangeFeeComponents) ClearBase()

func (*IbcSudoChangeFeeComponents) ClearMultiplier

func (x *IbcSudoChangeFeeComponents) ClearMultiplier()

func (*IbcSudoChangeFeeComponents) GetBase

func (x *IbcSudoChangeFeeComponents) GetBase() *v1.Uint128

func (*IbcSudoChangeFeeComponents) GetMultiplier

func (x *IbcSudoChangeFeeComponents) GetMultiplier() *v1.Uint128

func (*IbcSudoChangeFeeComponents) HasBase

func (x *IbcSudoChangeFeeComponents) HasBase() bool

func (*IbcSudoChangeFeeComponents) HasMultiplier

func (x *IbcSudoChangeFeeComponents) HasMultiplier() bool

func (*IbcSudoChangeFeeComponents) ProtoMessage

func (*IbcSudoChangeFeeComponents) ProtoMessage()

func (*IbcSudoChangeFeeComponents) ProtoReflect

func (*IbcSudoChangeFeeComponents) Reset

func (x *IbcSudoChangeFeeComponents) Reset()

func (*IbcSudoChangeFeeComponents) SetBase

func (x *IbcSudoChangeFeeComponents) SetBase(v *v1.Uint128)

func (*IbcSudoChangeFeeComponents) SetMultiplier

func (x *IbcSudoChangeFeeComponents) SetMultiplier(v *v1.Uint128)

func (*IbcSudoChangeFeeComponents) String

func (x *IbcSudoChangeFeeComponents) String() string

type IbcSudoChangeFeeComponents_builder

type IbcSudoChangeFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (IbcSudoChangeFeeComponents_builder) Build

type Ics20WithdrawalFeeComponents

type Ics20WithdrawalFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*Ics20WithdrawalFeeComponents) ClearBase

func (x *Ics20WithdrawalFeeComponents) ClearBase()

func (*Ics20WithdrawalFeeComponents) ClearMultiplier

func (x *Ics20WithdrawalFeeComponents) ClearMultiplier()

func (*Ics20WithdrawalFeeComponents) GetBase

func (x *Ics20WithdrawalFeeComponents) GetBase() *v1.Uint128

func (*Ics20WithdrawalFeeComponents) GetMultiplier

func (x *Ics20WithdrawalFeeComponents) GetMultiplier() *v1.Uint128

func (*Ics20WithdrawalFeeComponents) HasBase

func (x *Ics20WithdrawalFeeComponents) HasBase() bool

func (*Ics20WithdrawalFeeComponents) HasMultiplier

func (x *Ics20WithdrawalFeeComponents) HasMultiplier() bool

func (*Ics20WithdrawalFeeComponents) ProtoMessage

func (*Ics20WithdrawalFeeComponents) ProtoMessage()

func (*Ics20WithdrawalFeeComponents) ProtoReflect

func (*Ics20WithdrawalFeeComponents) Reset

func (x *Ics20WithdrawalFeeComponents) Reset()

func (*Ics20WithdrawalFeeComponents) SetBase

func (x *Ics20WithdrawalFeeComponents) SetBase(v *v1.Uint128)

func (*Ics20WithdrawalFeeComponents) SetMultiplier

func (x *Ics20WithdrawalFeeComponents) SetMultiplier(v *v1.Uint128)

func (*Ics20WithdrawalFeeComponents) String

type Ics20WithdrawalFeeComponents_builder

type Ics20WithdrawalFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (Ics20WithdrawalFeeComponents_builder) Build

type InitBridgeAccountFeeComponents

type InitBridgeAccountFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*InitBridgeAccountFeeComponents) ClearBase

func (x *InitBridgeAccountFeeComponents) ClearBase()

func (*InitBridgeAccountFeeComponents) ClearMultiplier

func (x *InitBridgeAccountFeeComponents) ClearMultiplier()

func (*InitBridgeAccountFeeComponents) GetBase

func (*InitBridgeAccountFeeComponents) GetMultiplier

func (x *InitBridgeAccountFeeComponents) GetMultiplier() *v1.Uint128

func (*InitBridgeAccountFeeComponents) HasBase

func (x *InitBridgeAccountFeeComponents) HasBase() bool

func (*InitBridgeAccountFeeComponents) HasMultiplier

func (x *InitBridgeAccountFeeComponents) HasMultiplier() bool

func (*InitBridgeAccountFeeComponents) ProtoMessage

func (*InitBridgeAccountFeeComponents) ProtoMessage()

func (*InitBridgeAccountFeeComponents) ProtoReflect

func (*InitBridgeAccountFeeComponents) Reset

func (x *InitBridgeAccountFeeComponents) Reset()

func (*InitBridgeAccountFeeComponents) SetBase

func (x *InitBridgeAccountFeeComponents) SetBase(v *v1.Uint128)

func (*InitBridgeAccountFeeComponents) SetMultiplier

func (x *InitBridgeAccountFeeComponents) SetMultiplier(v *v1.Uint128)

func (*InitBridgeAccountFeeComponents) String

type InitBridgeAccountFeeComponents_builder

type InitBridgeAccountFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (InitBridgeAccountFeeComponents_builder) Build

type RollupDataSubmissionFeeComponents

type RollupDataSubmissionFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*RollupDataSubmissionFeeComponents) ClearBase

func (x *RollupDataSubmissionFeeComponents) ClearBase()

func (*RollupDataSubmissionFeeComponents) ClearMultiplier

func (x *RollupDataSubmissionFeeComponents) ClearMultiplier()

func (*RollupDataSubmissionFeeComponents) GetBase

func (*RollupDataSubmissionFeeComponents) GetMultiplier

func (x *RollupDataSubmissionFeeComponents) GetMultiplier() *v1.Uint128

func (*RollupDataSubmissionFeeComponents) HasBase

func (*RollupDataSubmissionFeeComponents) HasMultiplier

func (x *RollupDataSubmissionFeeComponents) HasMultiplier() bool

func (*RollupDataSubmissionFeeComponents) ProtoMessage

func (*RollupDataSubmissionFeeComponents) ProtoMessage()

func (*RollupDataSubmissionFeeComponents) ProtoReflect

func (*RollupDataSubmissionFeeComponents) Reset

func (*RollupDataSubmissionFeeComponents) SetBase

func (*RollupDataSubmissionFeeComponents) SetMultiplier

func (x *RollupDataSubmissionFeeComponents) SetMultiplier(v *v1.Uint128)

func (*RollupDataSubmissionFeeComponents) String

type RollupDataSubmissionFeeComponents_builder

type RollupDataSubmissionFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (RollupDataSubmissionFeeComponents_builder) Build

type SudoAddressChangeFeeComponents

type SudoAddressChangeFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*SudoAddressChangeFeeComponents) ClearBase

func (x *SudoAddressChangeFeeComponents) ClearBase()

func (*SudoAddressChangeFeeComponents) ClearMultiplier

func (x *SudoAddressChangeFeeComponents) ClearMultiplier()

func (*SudoAddressChangeFeeComponents) GetBase

func (*SudoAddressChangeFeeComponents) GetMultiplier

func (x *SudoAddressChangeFeeComponents) GetMultiplier() *v1.Uint128

func (*SudoAddressChangeFeeComponents) HasBase

func (x *SudoAddressChangeFeeComponents) HasBase() bool

func (*SudoAddressChangeFeeComponents) HasMultiplier

func (x *SudoAddressChangeFeeComponents) HasMultiplier() bool

func (*SudoAddressChangeFeeComponents) ProtoMessage

func (*SudoAddressChangeFeeComponents) ProtoMessage()

func (*SudoAddressChangeFeeComponents) ProtoReflect

func (*SudoAddressChangeFeeComponents) Reset

func (x *SudoAddressChangeFeeComponents) Reset()

func (*SudoAddressChangeFeeComponents) SetBase

func (x *SudoAddressChangeFeeComponents) SetBase(v *v1.Uint128)

func (*SudoAddressChangeFeeComponents) SetMultiplier

func (x *SudoAddressChangeFeeComponents) SetMultiplier(v *v1.Uint128)

func (*SudoAddressChangeFeeComponents) String

type SudoAddressChangeFeeComponents_builder

type SudoAddressChangeFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (SudoAddressChangeFeeComponents_builder) Build

type TransactionFee

type TransactionFee struct {
	Asset string      `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"`
	Fee   *v1.Uint128 `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionFee) ClearFee

func (x *TransactionFee) ClearFee()

func (*TransactionFee) GetAsset

func (x *TransactionFee) GetAsset() string

func (*TransactionFee) GetFee

func (x *TransactionFee) GetFee() *v1.Uint128

func (*TransactionFee) HasFee

func (x *TransactionFee) HasFee() bool

func (*TransactionFee) ProtoMessage

func (*TransactionFee) ProtoMessage()

func (*TransactionFee) ProtoReflect

func (x *TransactionFee) ProtoReflect() protoreflect.Message

func (*TransactionFee) Reset

func (x *TransactionFee) Reset()

func (*TransactionFee) SetAsset

func (x *TransactionFee) SetAsset(v string)

func (*TransactionFee) SetFee

func (x *TransactionFee) SetFee(v *v1.Uint128)

func (*TransactionFee) String

func (x *TransactionFee) String() string

type TransactionFeeResponse

type TransactionFeeResponse struct {
	Height uint64            `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Fees   []*TransactionFee `protobuf:"bytes,3,rep,name=fees,proto3" json:"fees,omitempty"`
	// contains filtered or unexported fields
}

Response to a transaction fee ABCI query.

func (*TransactionFeeResponse) GetFees

func (x *TransactionFeeResponse) GetFees() []*TransactionFee

func (*TransactionFeeResponse) GetHeight

func (x *TransactionFeeResponse) GetHeight() uint64

func (*TransactionFeeResponse) ProtoMessage

func (*TransactionFeeResponse) ProtoMessage()

func (*TransactionFeeResponse) ProtoReflect

func (x *TransactionFeeResponse) ProtoReflect() protoreflect.Message

func (*TransactionFeeResponse) Reset

func (x *TransactionFeeResponse) Reset()

func (*TransactionFeeResponse) SetFees

func (x *TransactionFeeResponse) SetFees(v []*TransactionFee)

func (*TransactionFeeResponse) SetHeight

func (x *TransactionFeeResponse) SetHeight(v uint64)

func (*TransactionFeeResponse) String

func (x *TransactionFeeResponse) String() string

type TransactionFeeResponse_builder

type TransactionFeeResponse_builder struct {
	Height uint64
	Fees   []*TransactionFee
	// contains filtered or unexported fields
}

func (TransactionFeeResponse_builder) Build

type TransactionFee_builder

type TransactionFee_builder struct {
	Asset string
	Fee   *v1.Uint128
	// contains filtered or unexported fields
}

func (TransactionFee_builder) Build

type TransferFeeComponents

type TransferFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferFeeComponents) ClearBase

func (x *TransferFeeComponents) ClearBase()

func (*TransferFeeComponents) ClearMultiplier

func (x *TransferFeeComponents) ClearMultiplier()

func (*TransferFeeComponents) GetBase

func (x *TransferFeeComponents) GetBase() *v1.Uint128

func (*TransferFeeComponents) GetMultiplier

func (x *TransferFeeComponents) GetMultiplier() *v1.Uint128

func (*TransferFeeComponents) HasBase

func (x *TransferFeeComponents) HasBase() bool

func (*TransferFeeComponents) HasMultiplier

func (x *TransferFeeComponents) HasMultiplier() bool

func (*TransferFeeComponents) ProtoMessage

func (*TransferFeeComponents) ProtoMessage()

func (*TransferFeeComponents) ProtoReflect

func (x *TransferFeeComponents) ProtoReflect() protoreflect.Message

func (*TransferFeeComponents) Reset

func (x *TransferFeeComponents) Reset()

func (*TransferFeeComponents) SetBase

func (x *TransferFeeComponents) SetBase(v *v1.Uint128)

func (*TransferFeeComponents) SetMultiplier

func (x *TransferFeeComponents) SetMultiplier(v *v1.Uint128)

func (*TransferFeeComponents) String

func (x *TransferFeeComponents) String() string

type TransferFeeComponents_builder

type TransferFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (TransferFeeComponents_builder) Build

type ValidatorUpdateFeeComponents

type ValidatorUpdateFeeComponents struct {
	Base       *v1.Uint128 `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Multiplier *v1.Uint128 `protobuf:"bytes,2,opt,name=multiplier,proto3" json:"multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorUpdateFeeComponents) ClearBase

func (x *ValidatorUpdateFeeComponents) ClearBase()

func (*ValidatorUpdateFeeComponents) ClearMultiplier

func (x *ValidatorUpdateFeeComponents) ClearMultiplier()

func (*ValidatorUpdateFeeComponents) GetBase

func (x *ValidatorUpdateFeeComponents) GetBase() *v1.Uint128

func (*ValidatorUpdateFeeComponents) GetMultiplier

func (x *ValidatorUpdateFeeComponents) GetMultiplier() *v1.Uint128

func (*ValidatorUpdateFeeComponents) HasBase

func (x *ValidatorUpdateFeeComponents) HasBase() bool

func (*ValidatorUpdateFeeComponents) HasMultiplier

func (x *ValidatorUpdateFeeComponents) HasMultiplier() bool

func (*ValidatorUpdateFeeComponents) ProtoMessage

func (*ValidatorUpdateFeeComponents) ProtoMessage()

func (*ValidatorUpdateFeeComponents) ProtoReflect

func (*ValidatorUpdateFeeComponents) Reset

func (x *ValidatorUpdateFeeComponents) Reset()

func (*ValidatorUpdateFeeComponents) SetBase

func (x *ValidatorUpdateFeeComponents) SetBase(v *v1.Uint128)

func (*ValidatorUpdateFeeComponents) SetMultiplier

func (x *ValidatorUpdateFeeComponents) SetMultiplier(v *v1.Uint128)

func (*ValidatorUpdateFeeComponents) String

type ValidatorUpdateFeeComponents_builder

type ValidatorUpdateFeeComponents_builder struct {
	Base       *v1.Uint128
	Multiplier *v1.Uint128
	// contains filtered or unexported fields
}

func (ValidatorUpdateFeeComponents_builder) Build

Source Files

  • types.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL