Documentation ¶
Index ¶
- Constants
- Variables
- func AppendLengthPrefixedBytes(args ...[]byte) []byte
- func Bech32ifyAddressBytes(prefix string, bs []byte) (string, error)
- func BigEndianToUint64(bz []byte) uint64
- func CopyBytes(bz []byte) (ret []byte)
- func DefaultCoinDenomRegex() string
- func FormatInvariant(module, name, msg string) string
- func FormatTimeBytes(t time.Time) []byte
- func FormatTimeString(t time.Time) string
- func GetBaseDenom() (string, error)
- func GetDenomUnit(denom string) (math.LegacyDec, bool)
- func GetFromBech32(bech32str, prefix string) ([]byte, error)
- func GetModuleNameFromTypeURL(input string) string
- func IsAddrCacheEnabled() bool
- func KeyringServiceName() string
- func LengthPrefixedAddressKey[T addressUnion](keyCodec collcodec.KeyCodec[T]) collcodec.KeyCodec[T]deprecated
- func LogDeferred(logger log.Logger, f func() error)
- func MarkEventsToIndex(events []abci.Event, indexSet map[string]struct{}) []abci.Event
- func MustBech32ifyAddressBytes(prefix string, bs []byte) string
- func MustSortJSON(toSortJSON []byte) []byte
- func NewResponseResultBlock(res *coretypes.ResultBlock, timestamp string) *cmtproto.Block
- func ParseLengthPrefixedBytes(key []byte, startIndex, sliceLength int) ([]byte, int)
- func ParseTime(t any) (time.Time, error)
- func ParseTimeBytes(bz []byte) (time.Time, error)
- func ParseTypedEvent(event abci.Event) (proto.Message, error)
- func RegisterDenom(denom string, unit math.LegacyDec) error
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- func SetAddrCacheEnabled(enabled bool)
- func SetBaseDenom(denom string) error
- func SetCoinDenomRegex(reFn func() string)
- func SortJSON(toSortJSON []byte) ([]byte, error)
- func TokensFromConsensusPower(power int64, powerReduction sdkmath.Int) sdkmath.Int
- func TokensToConsensusPower(tokens, powerReduction sdkmath.Int) int64
- func Uint64ToBigEndian(i uint64) []byte
- func ValidateDenom(denom string) error
- func VerifyAddressFormat(bz []byte) error
- func WrapSDKContext(ctx Context) context.Contextdeprecated
- type ABCIMessageLog
- func (*ABCIMessageLog) Descriptor() ([]byte, []int)
- func (m *ABCIMessageLog) GetEvents() StringEvents
- func (m *ABCIMessageLog) GetLog() string
- func (m *ABCIMessageLog) GetMsgIndex() uint32
- func (m *ABCIMessageLog) Marshal() (dAtA []byte, err error)
- func (m *ABCIMessageLog) MarshalTo(dAtA []byte) (int, error)
- func (m *ABCIMessageLog) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ABCIMessageLog) ProtoMessage()
- func (m *ABCIMessageLog) Reset()
- func (m *ABCIMessageLog) Size() (n int)
- func (this *ABCIMessageLog) String() string
- func (m *ABCIMessageLog) Unmarshal(dAtA []byte) error
- func (m *ABCIMessageLog) XXX_DiscardUnknown()
- func (m *ABCIMessageLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ABCIMessageLog) XXX_Merge(src proto.Message)
- func (m *ABCIMessageLog) XXX_Size() int
- func (m *ABCIMessageLog) XXX_Unmarshal(b []byte) error
- type ABCIMessageLogs
- type AccAddress
- func (aa AccAddress) Bytes() []byte
- func (aa AccAddress) Empty() bool
- func (aa AccAddress) Equals(aa2 Address) bool
- func (aa AccAddress) Format(s fmt.State, verb rune)
- func (aa AccAddress) Marshal() ([]byte, error)
- func (aa AccAddress) MarshalJSON() ([]byte, error)
- func (aa AccAddress) MarshalYAML() (interface{}, error)
- func (aa AccAddress) String() string
- func (aa *AccAddress) Unmarshal(data []byte) error
- func (aa *AccAddress) UnmarshalJSON(data []byte) error
- func (aa *AccAddress) UnmarshalYAML(data []byte) error
- type AccountI
- type Address
- type AnteDecorator
- type AnteHandler
- type Attribute
- func (*Attribute) Descriptor() ([]byte, []int)
- func (m *Attribute) GetKey() string
- func (m *Attribute) GetValue() string
- func (m *Attribute) Marshal() (dAtA []byte, err error)
- func (m *Attribute) MarshalTo(dAtA []byte) (int, error)
- func (m *Attribute) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Attribute) ProtoMessage()
- func (m *Attribute) Reset()
- func (m *Attribute) Size() (n int)
- func (a Attribute) String() string
- func (a Attribute) ToKVPair() abci.EventAttribute
- func (m *Attribute) Unmarshal(dAtA []byte) error
- func (m *Attribute) XXX_DiscardUnknown()
- func (m *Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Attribute) XXX_Merge(src proto.Message)
- func (m *Attribute) XXX_Size() int
- func (m *Attribute) XXX_Unmarshal(b []byte) error
- type BeginBlock
- type BeginBlocker
- type Coin
- func (coin Coin) Add(coinB Coin) Coin
- func (coin Coin) AddAmount(amount math.Int) Coin
- func (*Coin) Descriptor() ([]byte, []int)
- func (this *Coin) Equal(that interface{}) bool
- func (m *Coin) GetDenom() string
- func (coin Coin) IsEqual(other Coin) bool
- func (coin Coin) IsGTE(other Coin) bool
- func (coin Coin) IsLT(other Coin) bool
- func (coin Coin) IsLTE(other Coin) bool
- func (coin Coin) IsNegative() bool
- func (coin Coin) IsNil() bool
- func (coin Coin) IsPositive() bool
- func (coin Coin) IsValid() bool
- func (coin Coin) IsZero() bool
- func (m *Coin) Marshal() (dAtA []byte, err error)
- func (m *Coin) MarshalTo(dAtA []byte) (int, error)
- func (m *Coin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Coin) ProtoMessage()
- func (m *Coin) Reset()
- func (coin Coin) SafeSub(coinB Coin) (Coin, error)
- func (m *Coin) Size() (n int)
- func (coin Coin) String() string
- func (coin Coin) Sub(coinB Coin) Coin
- func (coin Coin) SubAmount(amount math.Int) Coin
- func (m *Coin) Unmarshal(dAtA []byte) error
- func (coin Coin) Validate() error
- func (m *Coin) XXX_DiscardUnknown()
- func (m *Coin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Coin) XXX_Merge(src proto.Message)
- func (m *Coin) XXX_Size() int
- func (m *Coin) XXX_Unmarshal(b []byte) error
- type Coins
- func (coins Coins) Add(coinsB ...Coin) Coins
- func (coins Coins) AmountOf(denom string) math.Int
- func (coins Coins) AmountOfNoDenomValidation(denom string) math.Int
- func (coins Coins) Denoms() []string
- func (coins Coins) DenomsSubsetOf(coinsB Coins) bool
- func (coins Coins) Empty() bool
- func (coins Coins) Equal(coinsB Coins) bool
- func (coins Coins) Find(denom string) (bool, Coin)
- func (coins Coins) GetDenomByIndex(i int) string
- func (coins Coins) IsAllGT(coinsB Coins) bool
- func (coins Coins) IsAllGTE(coinsB Coins) bool
- func (coins Coins) IsAllLT(coinsB Coins) bool
- func (coins Coins) IsAllLTE(coinsB Coins) bool
- func (coins Coins) IsAllPositive() bool
- func (coins Coins) IsAnyGT(coinsB Coins) bool
- func (coins Coins) IsAnyGTE(coinsB Coins) bool
- func (coins Coins) IsAnyNegative() bool
- func (coins Coins) IsAnyNil() bool
- func (coins Coins) IsValid() bool
- func (coins Coins) IsZero() bool
- func (coins Coins) Len() int
- func (coins Coins) Less(i, j int) bool
- func (coins Coins) MarshalJSON() ([]byte, error)
- func (coins Coins) Max(coinsB Coins) Coins
- func (coins Coins) Min(coinsB Coins) Coins
- func (coins Coins) MulInt(x math.Int) Coins
- func (coins Coins) QuoInt(x math.Int) Coins
- func (coins Coins) SafeMulInt(x math.Int) (Coins, bool)
- func (coins Coins) SafeQuoInt(x math.Int) (Coins, bool)
- func (coins Coins) SafeSub(coinsB ...Coin) (Coins, bool)
- func (coins Coins) Sort() Coins
- func (coins Coins) String() string
- func (coins Coins) Sub(coinsB ...Coin) Coins
- func (coins Coins) Swap(i, j int)
- func (coins Coins) Validate() error
- type Config
- func (config *Config) GetAddressVerifier() func([]byte) error
- func (config *Config) GetBech32AccountAddrPrefix() string
- func (config *Config) GetBech32AccountPubPrefix() string
- func (config *Config) GetBech32ConsensusAddrPrefix() string
- func (config *Config) GetBech32ConsensusPubPrefix() string
- func (config *Config) GetBech32ValidatorAddrPrefix() string
- func (config *Config) GetBech32ValidatorPubPrefix() string
- func (config *Config) GetCoinType() uint32
- func (config *Config) GetFullBIP44Path() string
- func (config *Config) GetFullFundraiserPath() stringdeprecated
- func (config *Config) GetPurpose() uint32
- func (config *Config) GetTxEncoder() TxEncoder
- func (config *Config) Seal() *Config
- func (config *Config) SetAddressVerifier(addressVerifier func([]byte) error)
- func (config *Config) SetBech32PrefixForAccount(addressPrefix, pubKeyPrefix string)
- func (config *Config) SetBech32PrefixForConsensusNode(addressPrefix, pubKeyPrefix string)
- func (config *Config) SetBech32PrefixForValidator(addressPrefix, pubKeyPrefix string)
- func (config *Config) SetCoinType(coinType uint32)
- func (config *Config) SetFullFundraiserPath(fullFundraiserPath string)deprecated
- func (config *Config) SetPurpose(purpose uint32)
- func (config *Config) SetTxEncoder(encoder TxEncoder)
- type ConsAddress
- func (ca ConsAddress) Bytes() []byte
- func (ca ConsAddress) Empty() bool
- func (ca ConsAddress) Equals(ca2 Address) bool
- func (ca ConsAddress) Format(s fmt.State, verb rune)
- func (ca ConsAddress) Marshal() ([]byte, error)
- func (ca ConsAddress) MarshalJSON() ([]byte, error)
- func (ca ConsAddress) MarshalYAML() (interface{}, error)
- func (ca ConsAddress) String() string
- func (ca *ConsAddress) Unmarshal(data []byte) error
- func (ca *ConsAddress) UnmarshalJSON(data []byte) error
- func (ca *ConsAddress) UnmarshalYAML(data []byte) error
- type Context
- func (c Context) BlockGasMeter() storetypes.GasMeter
- func (c Context) BlockHeader() cmtproto.Header
- func (c Context) BlockHeight() int64
- func (c Context) BlockTime() time.Time
- func (c Context) CacheContext() (cc Context, writeCache func())
- func (c Context) ChainID() string
- func (c Context) CometInfo() comet.BlockInfo
- func (c Context) ConsensusParams() cmtproto.ConsensusParams
- func (c Context) Context() context.Context
- func (c Context) Deadline() (deadline time.Time, ok bool)
- func (c Context) Done() <-chan struct{}
- func (c Context) Err() error
- func (c Context) EventManager() EventManagerI
- func (c Context) ExecMode() ExecMode
- func (c Context) GasMeter() storetypes.GasMeter
- func (c Context) HeaderHash() []byte
- func (c Context) HeaderInfo() header.Info
- func (c Context) IsCheckTx() bool
- func (c Context) IsReCheckTx() bool
- func (c Context) IsSigverifyTx() bool
- func (c Context) IsZero() bool
- func (c Context) KVGasConfig() storetypes.GasConfig
- func (c Context) KVStore(key storetypes.StoreKey) storetypes.KVStore
- func (c Context) Logger() log.Logger
- func (c Context) MinGasPrices() DecCoins
- func (c Context) MultiStore() storetypes.MultiStore
- func (c Context) Priority() int64
- func (c Context) StreamingManager() storetypes.StreamingManager
- func (c Context) TransientKVGasConfig() storetypes.GasConfig
- func (c Context) TransientStore(key storetypes.StoreKey) storetypes.KVStore
- func (c Context) TxBytes() []byte
- func (c Context) Value(key interface{}) interface{}
- func (c Context) VoteInfos() []abci.VoteInfo
- func (c Context) WithBlockGasMeter(meter storetypes.GasMeter) Context
- func (c Context) WithBlockHeader(header cmtproto.Header) Context
- func (c Context) WithBlockHeight(height int64) Context
- func (c Context) WithBlockTime(newTime time.Time) Context
- func (c Context) WithChainID(chainID string) Context
- func (c Context) WithCometInfo(cometInfo comet.BlockInfo) Context
- func (c Context) WithConsensusParams(params cmtproto.ConsensusParams) Context
- func (c Context) WithContext(ctx context.Context) Context
- func (c Context) WithEventManager(em EventManagerI) Context
- func (c Context) WithExecMode(m ExecMode) Context
- func (c Context) WithGasMeter(meter storetypes.GasMeter) Context
- func (c Context) WithHeaderHash(hash []byte) Context
- func (c Context) WithHeaderInfo(headerInfo header.Info) Context
- func (c Context) WithIsCheckTx(isCheckTx bool) Context
- func (c Context) WithIsReCheckTx(isRecheckTx bool) Context
- func (c Context) WithIsSigverifyTx(isSigverifyTx bool) Context
- func (c Context) WithKVGasConfig(gasConfig storetypes.GasConfig) Context
- func (c Context) WithLogger(logger log.Logger) Context
- func (c Context) WithMinGasPrices(gasPrices DecCoins) Context
- func (c Context) WithMultiStore(ms storetypes.MultiStore) Context
- func (c Context) WithPriority(p int64) Context
- func (c Context) WithProposer(addr ConsAddress) Context
- func (c Context) WithStreamingManager(sm storetypes.StreamingManager) Context
- func (c Context) WithTransientKVGasConfig(gasConfig storetypes.GasConfig) Context
- func (c Context) WithTxBytes(txBytes []byte) Context
- func (c Context) WithValue(key, value interface{}) Context
- func (c Context) WithVoteInfos(voteInfo []abci.VoteInfo) Context
- type ContextKey
- type CustomProtobufType
- type DecCoin
- func ConvertDecCoin(coin DecCoin, denom string) (DecCoin, error)
- func NewDecCoin(denom string, amount math.Int) DecCoin
- func NewDecCoinFromCoin(coin Coin) DecCoin
- func NewDecCoinFromDec(denom string, amount math.LegacyDec) DecCoin
- func NewInt64DecCoin(denom string, amount int64) DecCoin
- func NormalizeDecCoin(coin DecCoin) DecCoin
- func ParseDecCoin(coinStr string) (coin DecCoin, err error)
- func (coin DecCoin) Add(coinB DecCoin) DecCoin
- func (*DecCoin) Descriptor() ([]byte, []int)
- func (this *DecCoin) Equal(that interface{}) bool
- func (m *DecCoin) GetDenom() string
- func (coin DecCoin) IsEqual(other DecCoin) bool
- func (coin DecCoin) IsGTE(other DecCoin) bool
- func (coin DecCoin) IsLT(other DecCoin) bool
- func (coin DecCoin) IsNegative() bool
- func (coin DecCoin) IsPositive() bool
- func (coin DecCoin) IsValid() bool
- func (coin DecCoin) IsZero() bool
- func (m *DecCoin) Marshal() (dAtA []byte, err error)
- func (m *DecCoin) MarshalTo(dAtA []byte) (int, error)
- func (m *DecCoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DecCoin) ProtoMessage()
- func (m *DecCoin) Reset()
- func (m *DecCoin) Size() (n int)
- func (coin DecCoin) String() string
- func (coin DecCoin) Sub(coinB DecCoin) DecCoin
- func (coin DecCoin) TruncateDecimal() (Coin, DecCoin)
- func (m *DecCoin) Unmarshal(dAtA []byte) error
- func (coin DecCoin) Validate() error
- func (m *DecCoin) XXX_DiscardUnknown()
- func (m *DecCoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DecCoin) XXX_Merge(src proto.Message)
- func (m *DecCoin) XXX_Size() int
- func (m *DecCoin) XXX_Unmarshal(b []byte) error
- type DecCoins
- func (coins DecCoins) Add(coinsB ...DecCoin) DecCoins
- func (coins DecCoins) AmountOf(denom string) math.LegacyDec
- func (coins DecCoins) Empty() bool
- func (coins DecCoins) Equal(coinsB DecCoins) bool
- func (coins DecCoins) GetDenomByIndex(i int) string
- func (coins DecCoins) Intersect(coinsB DecCoins) DecCoins
- func (coins DecCoins) IsAllPositive() bool
- func (coins DecCoins) IsAnyNegative() bool
- func (coins DecCoins) IsValid() bool
- func (coins DecCoins) IsZero() bool
- func (coins DecCoins) Len() int
- func (coins DecCoins) Less(i, j int) bool
- func (coins DecCoins) MulDec(d math.LegacyDec) DecCoins
- func (coins DecCoins) MulDecTruncate(d math.LegacyDec) DecCoins
- func (coins DecCoins) QuoDec(d math.LegacyDec) DecCoins
- func (coins DecCoins) QuoDecTruncate(d math.LegacyDec) DecCoins
- func (coins DecCoins) SafeSub(coinsB DecCoins) (DecCoins, bool)
- func (coins DecCoins) Sort() DecCoins
- func (coins DecCoins) String() string
- func (coins DecCoins) Sub(coinsB DecCoins) DecCoins
- func (coins DecCoins) Swap(i, j int)
- func (coins DecCoins) TruncateDecimal() (truncatedCoins Coins, changeCoins DecCoins)
- func (coins DecCoins) Validate() error
- type DecProto
- func (*DecProto) Descriptor() ([]byte, []int)
- func (m *DecProto) Marshal() (dAtA []byte, err error)
- func (m *DecProto) MarshalTo(dAtA []byte) (int, error)
- func (m *DecProto) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DecProto) ProtoMessage()
- func (m *DecProto) Reset()
- func (m *DecProto) Size() (n int)
- func (dp DecProto) String() string
- func (m *DecProto) Unmarshal(dAtA []byte) error
- func (m *DecProto) XXX_DiscardUnknown()
- func (m *DecProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DecProto) XXX_Merge(src proto.Message)
- func (m *DecProto) XXX_Size() int
- func (m *DecProto) XXX_Unmarshal(b []byte) error
- type EndBlock
- type EndBlocker
- type Event
- type EventManager
- func (em EventManager) ABCIEvents() []abci.Event
- func (em *EventManager) EmitEvent(event Event)
- func (em *EventManager) EmitEvents(events Events)
- func (em *EventManager) EmitTypedEvent(tev proto.Message) error
- func (em *EventManager) EmitTypedEvents(tevs ...proto.Message) error
- func (em *EventManager) Events() Events
- type EventManagerI
- type Events
- type ExecMode
- type ExtendVoteHandler
- type Fee
- type FeeTx
- type GasInfo
- func (*GasInfo) Descriptor() ([]byte, []int)
- func (m *GasInfo) GetGasUsed() uint64
- func (m *GasInfo) GetGasWanted() uint64
- func (m *GasInfo) Marshal() (dAtA []byte, err error)
- func (m *GasInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *GasInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GasInfo) ProtoMessage()
- func (m *GasInfo) Reset()
- func (m *GasInfo) Size() (n int)
- func (gi GasInfo) String() string
- func (m *GasInfo) Unmarshal(dAtA []byte) error
- func (m *GasInfo) XXX_DiscardUnknown()
- func (m *GasInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GasInfo) XXX_Merge(src proto.Message)
- func (m *GasInfo) XXX_Size() int
- func (m *GasInfo) XXX_Unmarshal(b []byte) error
- type HasMsgs
- type HasValidateBasic
- type InitChainer
- type IntProto
- func (*IntProto) Descriptor() ([]byte, []int)
- func (m *IntProto) Marshal() (dAtA []byte, err error)
- func (m *IntProto) MarshalTo(dAtA []byte) (int, error)
- func (m *IntProto) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IntProto) ProtoMessage()
- func (m *IntProto) Reset()
- func (m *IntProto) Size() (n int)
- func (ip IntProto) String() string
- func (m *IntProto) Unmarshal(dAtA []byte) error
- func (m *IntProto) XXX_DiscardUnknown()
- func (m *IntProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IntProto) XXX_Merge(src proto.Message)
- func (m *IntProto) XXX_Size() int
- func (m *IntProto) XXX_Unmarshal(b []byte) error
- type Invariant
- type InvariantRegistry
- type Invariants
- type LegacyMsg
- type MapCoins
- type ModuleAccountI
- type Msg
- type MsgDatadeprecated
- func (*MsgData) Descriptor() ([]byte, []int)
- func (m *MsgData) GetData() []byte
- func (m *MsgData) GetMsgType() string
- func (m *MsgData) Marshal() (dAtA []byte, err error)
- func (m *MsgData) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgData) ProtoMessage()
- func (m *MsgData) Reset()
- func (m *MsgData) Size() (n int)
- func (this *MsgData) String() string
- func (m *MsgData) Unmarshal(dAtA []byte) error
- func (m *MsgData) XXX_DiscardUnknown()
- func (m *MsgData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgData) XXX_Merge(src proto.Message)
- func (m *MsgData) XXX_Size() int
- func (m *MsgData) XXX_Unmarshal(b []byte) error
- type PeerFilter
- type PostDecorator
- type PostHandler
- type PreBlocker
- type Precommiter
- type PrepareCheckStater
- type PrepareProposalHandler
- type ProcessProposalHandler
- type Request
- type ResponsePreBlock
- type Result
- func (*Result) Descriptor() ([]byte, []int)
- func (r Result) GetEvents() Events
- func (m *Result) Marshal() (dAtA []byte, err error)
- func (m *Result) MarshalTo(dAtA []byte) (int, error)
- func (m *Result) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Result) ProtoMessage()
- func (m *Result) Reset()
- func (m *Result) Size() (n int)
- func (r Result) String() string
- func (m *Result) Unmarshal(dAtA []byte) error
- func (m *Result) XXX_DiscardUnknown()
- func (m *Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Result) XXX_Merge(src proto.Message)
- func (m *Result) XXX_Size() int
- func (m *Result) XXX_Unmarshal(b []byte) error
- type SearchBlocksResult
- func (*SearchBlocksResult) Descriptor() ([]byte, []int)
- func (m *SearchBlocksResult) GetBlocks() []*types2.Block
- func (m *SearchBlocksResult) GetCount() int64
- func (m *SearchBlocksResult) GetLimit() int64
- func (m *SearchBlocksResult) GetPageNumber() int64
- func (m *SearchBlocksResult) GetPageTotal() int64
- func (m *SearchBlocksResult) GetTotalCount() int64
- func (m *SearchBlocksResult) Marshal() (dAtA []byte, err error)
- func (m *SearchBlocksResult) MarshalTo(dAtA []byte) (int, error)
- func (m *SearchBlocksResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SearchBlocksResult) ProtoMessage()
- func (m *SearchBlocksResult) Reset()
- func (m *SearchBlocksResult) Size() (n int)
- func (this *SearchBlocksResult) String() string
- func (m *SearchBlocksResult) Unmarshal(dAtA []byte) error
- func (m *SearchBlocksResult) XXX_DiscardUnknown()
- func (m *SearchBlocksResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SearchBlocksResult) XXX_Merge(src proto.Message)
- func (m *SearchBlocksResult) XXX_Size() int
- func (m *SearchBlocksResult) XXX_Unmarshal(b []byte) error
- type SearchTxsResult
- func (*SearchTxsResult) Descriptor() ([]byte, []int)
- func (m *SearchTxsResult) GetCount() uint64
- func (m *SearchTxsResult) GetLimit() uint64
- func (m *SearchTxsResult) GetPageNumber() uint64
- func (m *SearchTxsResult) GetPageTotal() uint64
- func (m *SearchTxsResult) GetTotalCount() uint64
- func (m *SearchTxsResult) GetTxs() []*TxResponse
- func (m *SearchTxsResult) Marshal() (dAtA []byte, err error)
- func (m *SearchTxsResult) MarshalTo(dAtA []byte) (int, error)
- func (m *SearchTxsResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SearchTxsResult) ProtoMessage()
- func (m *SearchTxsResult) Reset()
- func (m *SearchTxsResult) Size() (n int)
- func (this *SearchTxsResult) String() string
- func (m *SearchTxsResult) Unmarshal(dAtA []byte) error
- func (s SearchTxsResult) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
- func (m *SearchTxsResult) XXX_DiscardUnknown()
- func (m *SearchTxsResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SearchTxsResult) XXX_Merge(src proto.Message)
- func (m *SearchTxsResult) XXX_Size() int
- func (m *SearchTxsResult) XXX_Unmarshal(b []byte) error
- type Signature
- type SimulationResponse
- func (*SimulationResponse) Descriptor() ([]byte, []int)
- func (m *SimulationResponse) GetResult() *Result
- func (m *SimulationResponse) Marshal() (dAtA []byte, err error)
- func (m *SimulationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SimulationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SimulationResponse) ProtoMessage()
- func (m *SimulationResponse) Reset()
- func (m *SimulationResponse) Size() (n int)
- func (m *SimulationResponse) Unmarshal(dAtA []byte) error
- func (m *SimulationResponse) XXX_DiscardUnknown()
- func (m *SimulationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SimulationResponse) XXX_Merge(src proto.Message)
- func (m *SimulationResponse) XXX_Size() int
- func (m *SimulationResponse) XXX_Unmarshal(b []byte) error
- type StringEvent
- func (*StringEvent) Descriptor() ([]byte, []int)
- func (m *StringEvent) GetAttributes() []Attribute
- func (m *StringEvent) GetType() string
- func (m *StringEvent) Marshal() (dAtA []byte, err error)
- func (m *StringEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *StringEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StringEvent) ProtoMessage()
- func (m *StringEvent) Reset()
- func (m *StringEvent) Size() (n int)
- func (this *StringEvent) String() string
- func (m *StringEvent) Unmarshal(dAtA []byte) error
- func (m *StringEvent) XXX_DiscardUnknown()
- func (m *StringEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StringEvent) XXX_Merge(src proto.Message)
- func (m *StringEvent) XXX_Size() int
- func (m *StringEvent) XXX_Unmarshal(b []byte) error
- type StringEvents
- type Terminatordeprecated
- type Tx
- type TxDecoder
- type TxEncoder
- type TxMsgData
- func (*TxMsgData) Descriptor() ([]byte, []int)
- func (m *TxMsgData) GetData() []*MsgDatadeprecated
- func (m *TxMsgData) GetMsgResponses() []*types.Any
- func (m *TxMsgData) Marshal() (dAtA []byte, err error)
- func (m *TxMsgData) MarshalTo(dAtA []byte) (int, error)
- func (m *TxMsgData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TxMsgData) ProtoMessage()
- func (m *TxMsgData) Reset()
- func (m *TxMsgData) Size() (n int)
- func (this *TxMsgData) String() string
- func (m *TxMsgData) Unmarshal(dAtA []byte) error
- func (m *TxMsgData) XXX_DiscardUnknown()
- func (m *TxMsgData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TxMsgData) XXX_Merge(src proto.Message)
- func (m *TxMsgData) XXX_Size() int
- func (m *TxMsgData) XXX_Unmarshal(b []byte) error
- type TxResponse
- func (*TxResponse) Descriptor() ([]byte, []int)
- func (r TxResponse) Empty() bool
- func (r TxResponse) GetTx() HasMsgs
- func (m *TxResponse) Marshal() (dAtA []byte, err error)
- func (m *TxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *TxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TxResponse) ProtoMessage()
- func (m *TxResponse) Reset()
- func (m *TxResponse) Size() (n int)
- func (r TxResponse) String() string
- func (m *TxResponse) Unmarshal(dAtA []byte) error
- func (r TxResponse) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
- func (m *TxResponse) XXX_DiscardUnknown()
- func (m *TxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TxResponse) XXX_Merge(src proto.Message)
- func (m *TxResponse) XXX_Size() int
- func (m *TxResponse) XXX_Unmarshal(b []byte) error
- type TxWithMemo
- type TxWithTimeoutHeight
- type ValAddress
- func (va ValAddress) Bytes() []byte
- func (va ValAddress) Empty() bool
- func (va ValAddress) Equals(va2 Address) bool
- func (va ValAddress) Format(s fmt.State, verb rune)
- func (va ValAddress) Marshal() ([]byte, error)
- func (va ValAddress) MarshalJSON() ([]byte, error)
- func (va ValAddress) MarshalYAML() (interface{}, error)
- func (va ValAddress) String() string
- func (va *ValAddress) Unmarshal(data []byte) error
- func (va *ValAddress) UnmarshalJSON(data []byte) error
- func (va *ValAddress) UnmarshalYAML(data []byte) error
- type VerifyVoteExtensionHandler
Constants ¶
const ( // Bech32MainPrefix defines the main SDK Bech32 prefix of an account's address Bech32MainPrefix = "cosmos" // Purpose is the ATOM purpose as defined in SLIP44 (https://github.com/satoshilabs/slips/blob/master/slip-0044.md) Purpose = 44 // CoinType is the ATOM coin type as defined in SLIP44 (https://github.com/satoshilabs/slips/blob/master/slip-0044.md) CoinType = 118 // FullFundraiserPath is the parts of the BIP44 HD path that are fixed by // what we used during the ATOM fundraiser. FullFundraiserPath = "m/44'/118'/0'/0/0" // PrefixAccount is the prefix for account keys PrefixAccount = "acc" // PrefixValidator is the prefix for validator keys PrefixValidator = "val" // PrefixConsensus is the prefix for consensus keys PrefixConsensus = "cons" // PrefixPublic is the prefix for public keys PrefixPublic = "pub" // PrefixOperator is the prefix for operator keys PrefixOperator = "oper" // PrefixAddress is the prefix for addresses PrefixAddress = "addr" // Bech32PrefixAccAddr defines the Bech32 prefix of an account's address Bech32PrefixAccAddr = Bech32MainPrefix // Bech32PrefixAccPub defines the Bech32 prefix of an account's public key Bech32PrefixAccPub = Bech32MainPrefix + PrefixPublic // Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address Bech32PrefixValAddr = Bech32MainPrefix + PrefixValidator + PrefixOperator // Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key Bech32PrefixValPub = Bech32MainPrefix + PrefixValidator + PrefixOperator + PrefixPublic // Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address Bech32PrefixConsAddr = Bech32MainPrefix + PrefixValidator + PrefixConsensus // Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key Bech32PrefixConsPub = Bech32MainPrefix + PrefixValidator + PrefixConsensus + PrefixPublic )
const ( EventTypeTx = "tx" AttributeKeyAccountSequence = "acc_seq" AttributeKeySignature = "signature" AttributeKeyFee = "fee" AttributeKeyFeePayer = "fee_payer" EventTypeMessage = "message" AttributeKeyAction = "action" AttributeKeyModule = "module" AttributeKeySender = "sender" AttributeKeyAmount = "amount" )
Common event types and attribute keys
const DefaultKeyringServiceName = "cosmos"
DefaultKeyringServiceName defines a default service name for the keyring.
const (
// MsgInterfaceProtoName defines the protobuf name of the cosmos Msg interface
MsgInterfaceProtoName = "cosmos.base.v1beta1.Msg"
)
const SortableTimeFormat = "2006-01-02T15:04:05.000000000"
Slight modification of the RFC3339Nano but it right pads all zeros and drops the time zone info
const ValidatorUpdateDelay int64 = 1
Delay, in blocks, between when validator updates are returned to the consensus-engine and when they are applied. For example, if ValidatorUpdateDelay is set to X, and if a validator set update is returned with new validators at the end of block 10, then the new validators are expected to sign blocks beginning at block 11+X.
This value is constant as this should not change without a hard fork. For CometBFT this should be set to 1 block, for more details see: https://github.com/cometbft/cometbft/blob/main/spec/abci/abci%2B%2B_basic_concepts.md#consensusblock-execution-methods
Variables ¶
var ( ErrInvalidLengthAbci = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAbci = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAbci = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthCoin = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCoin = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupCoin = fmt.Errorf("proto: unexpected end of group") )
var ( // AccAddressKey follows the same semantics of collections.BytesKey. // It just uses humanized format for the String() and EncodeJSON(). AccAddressKey collcodec.KeyCodec[AccAddress] = genericAddressKey[AccAddress]{ // contains filtered or unexported fields } // ValAddressKey follows the same semantics as AccAddressKey. ValAddressKey collcodec.KeyCodec[ValAddress] = genericAddressKey[ValAddress]{ // contains filtered or unexported fields } // ConsAddressKey follows the same semantics as ConsAddressKey. ConsAddressKey collcodec.KeyCodec[ConsAddress] = genericAddressKey[ConsAddress]{ // contains filtered or unexported fields } // IntValue represents a collections.ValueCodec to work with Int. IntValue collcodec.ValueCodec[math.Int] = intValueCodec{} // TimeKey represents a collections.KeyCodec to work with time.Time // Deprecated: exists only for state compatibility reasons, should not // be used for new storage keys using time. Please use the time KeyCodec // provided in the collections package. TimeKey collcodec.KeyCodec[time.Time] = timeKeyCodec{} )
var ( // DefaultBondDenom is the default bondable coin denomination (defaults to stake) // Overwriting this value has the side effect of changing the default denomination in genesis DefaultBondDenom = "stake" // DefaultPowerReduction is the default amount of staking tokens required for 1 unit of consensus-engine power DefaultPowerReduction = sdkmath.NewIntFromUint64(1000000) )
var (
ErrEmptyHexAddress = errors.New("decoding address from hex string failed: empty address")
)
sentinel errors
var IsAlphaNumeric = regexp.MustCompile(`^[a-zA-Z0-9]+$`).MatchString
IsAlphaNumeric defines a regular expression for matching against alpha-numeric values.
var MsgTypeURL = codectypes.MsgTypeURL
MsgTypeURL returns the TypeURL of a `sdk.Msg`.
Functions ¶
func AppendLengthPrefixedBytes ¶ added in v0.46.0
AppendLengthPrefixedBytes combines the slices of bytes to one slice of bytes.
func Bech32ifyAddressBytes ¶
Bech32ifyAddressBytes returns a bech32 representation of address bytes. Returns an empty sting if the byte slice is 0-length. Returns an error if the bech32 conversion fails or the prefix is empty.
func BigEndianToUint64 ¶
BigEndianToUint64 returns an uint64 from big endian encoded bytes. If encoding is empty, zero is returned.
func DefaultCoinDenomRegex ¶ added in v0.39.2
func DefaultCoinDenomRegex() string
DefaultCoinDenomRegex returns the default regex string
func FormatInvariant ¶
FormatInvariant returns a standardized invariant message.
func FormatTimeBytes ¶
Formats a time.Time into a []byte that can be sorted
func FormatTimeString ¶ added in v0.47.0
Formats a time.Time into a string
func GetBaseDenom ¶ added in v0.40.0
GetBaseDenom returns the denom of smallest unit registered
func GetDenomUnit ¶
GetDenomUnit returns a unit for a given denomination if it exists. A boolean is returned if the denomination is registered.
func GetFromBech32 ¶
GetFromBech32 decodes a bytestring from a Bech32 encoded string.
func GetModuleNameFromTypeURL ¶ added in v0.50.0
GetModuleNameFromTypeURL assumes that module name is the second element of the msg type URL e.g. "cosmos.bank.v1beta1.MsgSend" => "bank" It returns an empty string if the input is not a valid type URL
func IsAddrCacheEnabled ¶ added in v0.46.14
func IsAddrCacheEnabled() bool
IsAddrCacheEnabled returns if the address caches are enabled.
func KeyringServiceName ¶
func KeyringServiceName() string
func LengthPrefixedAddressKey
deprecated
added in
v0.50.0
Deprecated: LengthPrefixedAddressKey implements an SDK backwards compatible indexing key encoder for addresses. The status quo in the SDK is that address keys are length prefixed even when they're the last part of a composite key. This should never be used unless to retain state compatibility. For example, a composite key composed of `[string, address]` in theory would need you only to define a way to understand when the string part finishes, we usually do this by appending a null byte to the string, then when you know when the string part finishes, it's logical that the part which remains is the address key. In the SDK instead we prepend to the address key its length too.
func LogDeferred ¶ added in v0.47.0
LogDeferred logs an error in a deferred function call if the returned error is non-nil.
func MarkEventsToIndex ¶ added in v0.40.0
MarkEventsToIndex returns the set of ABCI events, where each event's attribute has it's index value marked based on the provided set of events to index.
func MustBech32ifyAddressBytes ¶
MustBech32ifyAddressBytes returns a bech32 representation of address bytes. Returns an empty sting if the byte slice is 0-length. It panics if the bech32 conversion fails or the prefix is empty.
func MustSortJSON ¶
MustSortJSON is like SortJSON but panic if an error occurs, e.g., if the passed JSON isn't valid. Deprecated: SortJSON was used for GetSignbytes, this is now automatic with amino signing
func NewResponseResultBlock ¶ added in v0.50.0
func NewResponseResultBlock(res *coretypes.ResultBlock, timestamp string) *cmtproto.Block
NewResponseResultBlock returns a BlockResponse given a ResultBlock from CometBFT
func ParseLengthPrefixedBytes ¶ added in v0.46.0
ParseLengthPrefixedBytes panics when store key length is not equal to the given length.
func ParseTimeBytes ¶
Parses a []byte encoded using FormatTimeKey back into a time.Time
func ParseTypedEvent ¶ added in v0.40.0
ParseTypedEvent converts abci.Event back to a typed event.
func RegisterDenom ¶
RegisterDenom registers a denomination with a corresponding unit. If the denomination is already registered, an error will be returned.
func RegisterInterfaces ¶
func RegisterInterfaces(registry types.InterfaceRegistry)
RegisterInterfaces registers the sdk message type.
func RegisterLegacyAminoCodec ¶ added in v0.40.0
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers the sdk message type.
func SetAddrCacheEnabled ¶ added in v0.46.14
func SetAddrCacheEnabled(enabled bool)
SetAddrCacheEnabled enables or disables accAddrCache, consAddrCache, and valAddrCache. By default, caches are enabled.
func SetBaseDenom ¶ added in v0.50.1
SetBaseDenom allow overwritting the base denom if the denom has registered before, otherwise return error
func SetCoinDenomRegex ¶ added in v0.39.2
func SetCoinDenomRegex(reFn func() string)
SetCoinDenomRegex allows for coin's custom validation by overriding the regular expression string used for denom validation.
func SortJSON ¶
SortedJSON takes any JSON and returns it sorted by keys. Also, all white-spaces are removed. This method can be used to canonicalize JSON to be returned by GetSignBytes, e.g. for the ledger integration. If the passed JSON isn't valid it will return an error. Deprecated: SortJSON was used for GetSignbytes, this is now automatic with amino signing
func TokensFromConsensusPower ¶
TokensFromConsensusPower - convert input power to tokens
func TokensToConsensusPower ¶
TokensToConsensusPower - convert input tokens to potential consensus-engine power
func Uint64ToBigEndian ¶
Uint64ToBigEndian - marshals uint64 to a bigendian byte slice so it can be sorted
func ValidateDenom ¶
ValidateDenom is the default validation function for Coin.Denom.
func VerifyAddressFormat ¶
VerifyAddressFormat verifies that the provided bytes form a valid address according to the default address rules or a custom address verifier set by GetConfig().SetAddressVerifier(). TODO make an issue to get rid of global Config ref: https://github.com/cosmos/cosmos-sdk/issues/9690
func WrapSDKContext
deprecated
added in
v0.40.0
WrapSDKContext returns a stdlib context.Context with the provided sdk.Context's internal context as a value. It is useful for passing an sdk.Context through methods that take a stdlib context.Context parameter such as generated gRPC methods. To get the original sdk.Context back, call UnwrapSDKContext.
Deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context.
Types ¶
type ABCIMessageLog ¶
type ABCIMessageLog struct { MsgIndex uint32 `protobuf:"varint,1,opt,name=msg_index,json=msgIndex,proto3" json:"msg_index"` Log string `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty"` // Events contains a slice of Event objects that were emitted during some // execution. Events StringEvents `protobuf:"bytes,3,rep,name=events,proto3,castrepeated=StringEvents" json:"events"` }
ABCIMessageLog defines a structure containing an indexed tx ABCI message log.
func NewABCIMessageLog ¶
func NewABCIMessageLog(i uint32, log string, events Events) ABCIMessageLog
func (*ABCIMessageLog) Descriptor ¶ added in v0.40.0
func (*ABCIMessageLog) Descriptor() ([]byte, []int)
func (*ABCIMessageLog) GetEvents ¶ added in v0.40.0
func (m *ABCIMessageLog) GetEvents() StringEvents
func (*ABCIMessageLog) GetLog ¶ added in v0.40.0
func (m *ABCIMessageLog) GetLog() string
func (*ABCIMessageLog) GetMsgIndex ¶ added in v0.40.0
func (m *ABCIMessageLog) GetMsgIndex() uint32
func (*ABCIMessageLog) Marshal ¶ added in v0.40.0
func (m *ABCIMessageLog) Marshal() (dAtA []byte, err error)
func (*ABCIMessageLog) MarshalTo ¶ added in v0.40.0
func (m *ABCIMessageLog) MarshalTo(dAtA []byte) (int, error)
func (*ABCIMessageLog) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *ABCIMessageLog) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ABCIMessageLog) ProtoMessage ¶ added in v0.40.0
func (*ABCIMessageLog) ProtoMessage()
func (*ABCIMessageLog) Reset ¶ added in v0.40.0
func (m *ABCIMessageLog) Reset()
func (*ABCIMessageLog) Size ¶ added in v0.40.0
func (m *ABCIMessageLog) Size() (n int)
func (*ABCIMessageLog) String ¶ added in v0.40.0
func (this *ABCIMessageLog) String() string
func (*ABCIMessageLog) Unmarshal ¶ added in v0.40.0
func (m *ABCIMessageLog) Unmarshal(dAtA []byte) error
func (*ABCIMessageLog) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *ABCIMessageLog) XXX_DiscardUnknown()
func (*ABCIMessageLog) XXX_Marshal ¶ added in v0.40.0
func (m *ABCIMessageLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ABCIMessageLog) XXX_Merge ¶ added in v0.40.0
func (m *ABCIMessageLog) XXX_Merge(src proto.Message)
func (*ABCIMessageLog) XXX_Size ¶ added in v0.40.0
func (m *ABCIMessageLog) XXX_Size() int
func (*ABCIMessageLog) XXX_Unmarshal ¶ added in v0.40.0
func (m *ABCIMessageLog) XXX_Unmarshal(b []byte) error
type ABCIMessageLogs ¶
type ABCIMessageLogs []ABCIMessageLog
ABCIMessageLogs represents a slice of ABCIMessageLog.
func ParseABCILogs ¶
func ParseABCILogs(logs string) (res ABCIMessageLogs, err error)
ParseABCILogs attempts to parse a stringified ABCI tx log into a slice of ABCIMessageLog types. It returns an error upon JSON decoding failure.
func (ABCIMessageLogs) String ¶
func (logs ABCIMessageLogs) String() (str string)
String implements the fmt.Stringer interface for the ABCIMessageLogs type.
type AccAddress ¶
type AccAddress []byte
AccAddress a wrapper around bytes meant to represent an account address. When marshaled to a string or JSON, it uses Bech32.
func AccAddressFromBech32 ¶
func AccAddressFromBech32(address string) (addr AccAddress, err error)
AccAddressFromBech32 creates an AccAddress from a Bech32 string.
func AccAddressFromHexUnsafe ¶ added in v0.46.0
func AccAddressFromHexUnsafe(address string) (addr AccAddress, err error)
AccAddressFromHexUnsafe creates an AccAddress from a HEX-encoded string.
Note, this function is considered unsafe as it may produce an AccAddress from otherwise invalid input, such as a transaction hash. Please use AccAddressFromBech32.
func MustAccAddressFromBech32 ¶ added in v0.45.5
func MustAccAddressFromBech32(address string) AccAddress
MustAccAddressFromBech32 calls AccAddressFromBech32 and panics on error.
func (AccAddress) Empty ¶
func (aa AccAddress) Empty() bool
Returns boolean for whether an AccAddress is empty
func (AccAddress) Equals ¶
func (aa AccAddress) Equals(aa2 Address) bool
Returns boolean for whether two AccAddresses are Equal
func (AccAddress) Marshal ¶
func (aa AccAddress) Marshal() ([]byte, error)
Marshal returns the raw address bytes. It is needed for protobuf compatibility.
func (AccAddress) MarshalJSON ¶
func (aa AccAddress) MarshalJSON() ([]byte, error)
MarshalJSON marshals to JSON using Bech32.
func (AccAddress) MarshalYAML ¶
func (aa AccAddress) MarshalYAML() (interface{}, error)
MarshalYAML marshals to YAML using Bech32.
func (AccAddress) String ¶
func (aa AccAddress) String() string
String implements the Stringer interface.
func (*AccAddress) Unmarshal ¶
func (aa *AccAddress) Unmarshal(data []byte) error
Unmarshal sets the address to the given data. It is needed for protobuf compatibility.
func (*AccAddress) UnmarshalJSON ¶
func (aa *AccAddress) UnmarshalJSON(data []byte) error
UnmarshalJSON unmarshals from JSON assuming Bech32 encoding.
func (*AccAddress) UnmarshalYAML ¶
func (aa *AccAddress) UnmarshalYAML(data []byte) error
UnmarshalYAML unmarshals from JSON assuming Bech32 encoding.
type AccountI ¶ added in v0.50.0
type AccountI interface { proto.Message GetAddress() AccAddress SetAddress(AccAddress) error // errors if already set. GetPubKey() cryptotypes.PubKey // can return nil. SetPubKey(cryptotypes.PubKey) error GetAccountNumber() uint64 SetAccountNumber(uint64) error GetSequence() uint64 SetSequence(uint64) error // Ensure that account implements stringer String() string }
AccountI is an interface used to store coins at a given address within state. It presumes a notion of sequence numbers for replay protection, a notion of account numbers for replay protection for previously pruned accounts, and a pubkey for authentication purposes.
Many complex conditions can be used in the concrete struct which implements AccountI.
type Address ¶
type Address interface { Equals(Address) bool Empty() bool Marshal() ([]byte, error) MarshalJSON() ([]byte, error) Bytes() []byte String() string Format(s fmt.State, verb rune) }
Address is a common interface for different types of addresses used by the SDK
type AnteDecorator ¶
type AnteDecorator interface {
AnteHandle(ctx Context, tx Tx, simulate bool, next AnteHandler) (newCtx Context, err error)
}
AnteDecorator wraps the next AnteHandler to perform custom pre-processing.
type AnteHandler ¶
AnteHandler authenticates transactions, before their internal messages are handled. If newCtx.IsZero(), ctx is used instead.
func ChainAnteDecorators ¶
func ChainAnteDecorators(chain ...AnteDecorator) AnteHandler
ChainAnteDecorators ChainDecorator chains AnteDecorators together with each AnteDecorator wrapping over the decorators further along chain and returns a single AnteHandler.
NOTE: The first element is outermost decorator, while the last element is innermost decorator. Decorator ordering is critical since some decorators will expect certain checks and updates to be performed (e.g. the Context) before the decorator is run. These expectations should be documented clearly in a CONTRACT docline in the decorator's godoc.
NOTE: Any application that uses GasMeter to limit transaction processing cost MUST set GasMeter with the FIRST AnteDecorator. Failing to do so will cause transactions to be processed with an infinite gasmeter and open a DOS attack vector. Use `ante.SetUpContextDecorator` or a custom Decorator with similar functionality. Returns nil when no AnteDecorator are supplied.
type Attribute ¶
type Attribute struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` }
Attribute defines an attribute wrapper where the key and value are strings instead of raw bytes.
func NewAttribute ¶
NewAttribute returns a new key/value Attribute object.
func (*Attribute) Descriptor ¶ added in v0.40.0
func (*Attribute) MarshalToSizedBuffer ¶ added in v0.40.0
func (*Attribute) ProtoMessage ¶ added in v0.40.0
func (*Attribute) ProtoMessage()
func (Attribute) ToKVPair ¶
func (a Attribute) ToKVPair() abci.EventAttribute
ToKVPair converts an Attribute object into a CometBFT key/value pair.
func (*Attribute) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *Attribute) XXX_DiscardUnknown()
func (*Attribute) XXX_Marshal ¶ added in v0.40.0
func (*Attribute) XXX_Unmarshal ¶ added in v0.40.0
type BeginBlock ¶ added in v0.50.0
BeginBlock defines a type which contains beginBlock events
type BeginBlocker ¶
type BeginBlocker func(Context) (BeginBlock, error)
BeginBlocker defines a function type alias for executing application business logic before transactions are executed.
Note: The BeginBlock ABCI method no longer exists in the ABCI specification as of CometBFT v0.38.0. This function type alias is provided for backwards compatibility with applications that still use the BeginBlock ABCI method and allows for existing BeginBlock functionality within applications.
type Coin ¶
type Coin struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Amount cosmossdk_io_math.Int `protobuf:"bytes,2,opt,name=amount,proto3,customtype=cosmossdk.io/math.Int" json:"amount"` }
Coin defines a token with a denomination and an amount.
NOTE: The amount field is an Int which implements the custom method signatures required by gogoproto.
func ConvertCoin ¶
ConvertCoin attempts to convert a coin to a given denomination. If the given denomination is invalid or if neither denomination is registered, an error is returned.
func NewCoin ¶
NewCoin returns a new coin with a denomination and amount. It will panic if the amount is negative or if the denomination is invalid.
func NewInt64Coin ¶
NewInt64Coin returns a new coin with a denomination and amount. It will panic if the amount is negative.
func NormalizeCoin ¶ added in v0.40.0
NormalizeCoin try to convert a coin to the smallest unit registered, returns original one if failed.
func ParseCoinNormalized ¶ added in v0.40.0
ParseCoinNormalized parses and normalize a cli input for one coin type, returning errors if invalid or on an empty string as well. Expected format: "{amount}{denomination}"
func (Coin) Add ¶
Add adds amounts of two coins with same denom. If the coins differ in denom then it panics.
func (*Coin) Descriptor ¶
func (Coin) IsEqual ¶
IsEqual returns true if the two sets of Coins have the same value Deprecated: Use Coin.Equal instead.
func (Coin) IsGTE ¶
IsGTE returns true if they are the same type and the receiver is an equal or greater value
func (Coin) IsLTE ¶ added in v0.46.0
IsLTE returns true if they are the same type and the receiver is an equal or smaller value
func (Coin) IsNegative ¶
IsNegative returns true if the coin amount is negative and false otherwise.
TODO: Remove once unsigned integers are used.
func (Coin) IsNil ¶ added in v0.42.11
IsNil returns true if the coin amount is nil and false otherwise.
func (Coin) IsPositive ¶
IsPositive returns true if coin amount is positive.
TODO: Remove once unsigned integers are used.
func (Coin) IsValid ¶
IsValid returns true if the Coin has a non-negative amount and the denom is valid.
func (*Coin) ProtoMessage ¶
func (*Coin) ProtoMessage()
func (Coin) SafeSub ¶ added in v0.46.0
SafeSub safely subtracts the amounts of two coins. It returns an error if the coins differ in denom or subtraction results in negative coin denom.
func (Coin) Validate ¶ added in v0.40.0
Validate returns an error if the Coin has a negative amount or if the denom is invalid.
func (*Coin) XXX_DiscardUnknown ¶
func (m *Coin) XXX_DiscardUnknown()
func (*Coin) XXX_Unmarshal ¶
type Coins ¶
type Coins []Coin
Coins is a set of Coin, one per currency
func NewCoins ¶
NewCoins constructs a new coin set. The provided coins will be sanitized by removing zero coins and sorting the coin set. A panic will occur if the coin set is not valid.
func NormalizeCoins ¶ added in v0.40.0
NormalizeCoins normalize and truncate a list of decimal coins
func ParseCoinsNormalized ¶ added in v0.40.0
ParseCoinsNormalized will parse out a list of coins separated by commas, and normalize them by converting to the smallest unit. If the parsing is successful, the provided coins will be sanitized by removing zero coins and sorting the coin set. Lastly a validation of the coin set is executed. If the check passes, ParseCoinsNormalized will return the sanitized coins. Otherwise, it will return an error. If an empty string is provided to ParseCoinsNormalized, it returns nil Coins. ParseCoinsNormalized supports decimal coins as inputs, and truncate them to int after converted to the smallest unit. Expected format: "{amount0}{denomination},...,{amountN}{denominationN}"
func (Coins) Add ¶
Add adds two sets of coins.
e.g. {2A} + {A, 2B} = {3A, 2B} {2A} + {0B} = {2A}
NOTE: Add operates under the invariant that coins are sorted by denominations.
CONTRACT: Add will never return Coins where one Coin has a non-positive amount. In otherwords, IsValid will always return true. The function panics if `coins` or `coinsB` are not sorted (ascending).
func (Coins) AmountOfNoDenomValidation ¶ added in v0.44.1
AmountOfNoDenomValidation returns the amount of a denom from coins without validating the denomination.
func (Coins) DenomsSubsetOf ¶
DenomsSubsetOf returns true if receiver's denom set is subset of coinsB's denoms.
func (Coins) Equal ¶ added in v0.50.0
Equal returns true if the two sets of Coins have the same value
func (Coins) Find ¶ added in v0.46.0
Find returns true and coin if the denom exists in coins. Otherwise it returns false and a zero coin. Uses binary search. CONTRACT: coins must be valid (sorted).
func (Coins) GetDenomByIndex ¶
GetDenomByIndex returns the Denom of the certain coin to make the findDup generic
func (Coins) IsAllGT ¶
IsAllGT returns true if for every denom in coinsB, the denom is present at a greater amount in coins.
func (Coins) IsAllGTE ¶
IsAllGTE returns false if for any denom in coinsB, the denom is present at a smaller amount in coins; else returns true.
func (Coins) IsAllLT ¶
IsAllLT returns True iff for every denom in coins, the denom is present at a smaller amount in coinsB.
func (Coins) IsAllLTE ¶
IsAllLTE returns true iff for every denom in coins, the denom is present at a smaller or equal amount in coinsB.
func (Coins) IsAllPositive ¶
IsAllPositive returns true if there is at least one coin and all currencies have a positive value.
func (Coins) IsAnyGT ¶
IsAnyGT returns true iff for any denom in coins, the denom is present at a greater amount in coinsB.
e.g. {2A, 3B}.IsAnyGT{A} = true {2A, 3B}.IsAnyGT{5C} = false {}.IsAnyGT{5C} = false {2A, 3B}.IsAnyGT{} = false
func (Coins) IsAnyGTE ¶
IsAnyGTE returns true iff coins contains at least one denom that is present at a greater or equal amount in coinsB; it returns false otherwise.
NOTE: IsAnyGTE operates under the invariant that both coin sets are sorted by denominations and there exists no zero coins.
func (Coins) IsAnyNegative ¶
IsAnyNegative returns true if there is at least one coin whose amount is negative; returns false otherwise. It returns false if the coin set is empty too.
TODO: Remove once unsigned integers are used.
func (Coins) IsAnyNil ¶ added in v0.42.11
IsAnyNil returns true if there is at least one coin whose amount is nil; returns false otherwise. It returns false if the coin set is empty too.
func (Coins) IsValid ¶
IsValid calls Validate and returns true when the Coins are sorted, have positive amount, with a valid and unique denomination (i.e no duplicates).
func (Coins) MarshalJSON ¶
MarshalJSON implements a custom JSON marshaller for the Coins type to allow nil Coins to be encoded as an empty array.
func (Coins) Max ¶ added in v0.45.2
Max takes two valid Coins inputs and returns a valid Coins result where for every denom D, AmountOf(D) of the result is the maximum of AmountOf(D) of the inputs. Note that the result might be not be equal to either input. For any valid Coins a, b, and c, the following are always true:
a.IsAllLTE(a.Max(b)) b.IsAllLTE(a.Max(b)) a.IsAllLTE(c) && b.IsAllLTE(c) == a.Max(b).IsAllLTE(c) a.Add(b...).Equal(a.Min(b).Add(a.Max(b)...))
E.g. {1A, 3B, 2C}.Max({4A, 2B, 2C} == {4A, 3B, 2C}) {2A, 3B}.Max({1B, 4C}) == {2A, 3B, 4C} {1A, 2B}.Max({}) == {1A, 2B}
func (Coins) Min ¶ added in v0.45.2
Min takes two valid Coins inputs and returns a valid Coins result where for every denom D, AmountOf(D) of the result is the minimum of AmountOf(D) of the inputs. Note that the result might be not be equal to either input. For any valid Coins a, b, and c, the following are always true:
a.Min(b).IsAllLTE(a) a.Min(b).IsAllLTE(b) c.IsAllLTE(a) && c.IsAllLTE(b) == c.IsAllLTE(a.Min(b)) a.Add(b...).Equal(a.Min(b).Add(a.Max(b)...))
E.g. {1A, 3B, 2C}.Min({4A, 2B, 2C} == {1A, 2B, 2C}) {2A, 3B}.Min({1B, 4C}) == {1B} {1A, 2B}.Min({3C}) == empty
See also DecCoins.Intersect().
func (Coins) MulInt ¶ added in v0.46.0
MulInt performs the scalar multiplication of coins with a `multiplier` All coins are multiplied by x e.g. {2A, 3B} * 2 = {4A, 6B} {2A} * 0 panics Note, if IsValid was true on Coins, IsValid stays true.
func (Coins) QuoInt ¶ added in v0.46.0
QuoInt performs the scalar division of coins with a `divisor` All coins are divided by x and truncated. e.g. {2A, 30B} / 2 = {1A, 15B} {2A} / 2 = {1A} {4A} / {8A} = {0A} {2A} / 0 = panics Note, if IsValid was true on Coins, IsValid stays true, unless the `divisor` is greater than the smallest coin amount.
func (Coins) SafeMulInt ¶ added in v0.46.0
SafeMulInt performs the same arithmetic as MulInt but returns false if the `multiplier` is zero because it makes IsValid return false.
func (Coins) SafeQuoInt ¶ added in v0.46.0
SafeQuoInt performs the same arithmetic as QuoInt but returns an error if the division cannot be done.
func (Coins) SafeSub ¶
SafeSub performs the same arithmetic as Sub but returns a boolean if any negative coin amount was returned. The function panics if `coins` or `coinsB` are not sorted (ascending).
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config is the structure that holds the SDK configuration parameters. This could be used to initialize certain configuration parameters for the SDK.
func GetSealedConfig ¶
GetSealedConfig returns the config instance for the SDK if/once it is sealed.
func (*Config) GetAddressVerifier ¶
GetAddressVerifier returns the function to verify that addresses have the correct format
func (*Config) GetBech32AccountAddrPrefix ¶
GetBech32AccountAddrPrefix returns the Bech32 prefix for account address
func (*Config) GetBech32AccountPubPrefix ¶
GetBech32AccountPubPrefix returns the Bech32 prefix for account public key
func (*Config) GetBech32ConsensusAddrPrefix ¶
GetBech32ConsensusAddrPrefix returns the Bech32 prefix for consensus node address
func (*Config) GetBech32ConsensusPubPrefix ¶
GetBech32ConsensusPubPrefix returns the Bech32 prefix for consensus node public key
func (*Config) GetBech32ValidatorAddrPrefix ¶
GetBech32ValidatorAddrPrefix returns the Bech32 prefix for validator address
func (*Config) GetBech32ValidatorPubPrefix ¶
GetBech32ValidatorPubPrefix returns the Bech32 prefix for validator public key
func (*Config) GetCoinType ¶
GetCoinType returns the BIP-0044 CoinType code on the config.
func (*Config) GetFullBIP44Path ¶ added in v0.43.0
GetFullBIP44Path returns the BIP44Prefix.
func (*Config) GetFullFundraiserPath
deprecated
func (*Config) GetPurpose ¶ added in v0.43.0
GetPurpose returns the BIP-0044 Purpose code on the config.
func (*Config) GetTxEncoder ¶
GetTxEncoder return function to encode transactions
func (*Config) Seal ¶
Seal seals the config such that the config state could not be modified further
func (*Config) SetAddressVerifier ¶
SetAddressVerifier builds the Config with the provided function for verifying that addresses have the correct format
func (*Config) SetBech32PrefixForAccount ¶
SetBech32PrefixForAccount builds the Config with Bech32 addressPrefix and publKeyPrefix for accounts and returns the config instance
func (*Config) SetBech32PrefixForConsensusNode ¶
SetBech32PrefixForConsensusNode builds the Config with Bech32 addressPrefix and publKeyPrefix for consensus nodes and returns the config instance
func (*Config) SetBech32PrefixForValidator ¶
SetBech32PrefixForValidator builds the Config with Bech32 addressPrefix and publKeyPrefix for validators
and returns the config instance
func (*Config) SetCoinType ¶
Set the BIP-0044 CoinType code on the config
func (*Config) SetFullFundraiserPath
deprecated
func (*Config) SetPurpose ¶ added in v0.43.0
Set the BIP-0044 Purpose code on the config
func (*Config) SetTxEncoder ¶
SetTxEncoder builds the Config with TxEncoder used to marshal StdTx to bytes
type ConsAddress ¶
type ConsAddress []byte
ConsAddress defines a wrapper around bytes meant to present a consensus node. When marshaled to a string or JSON, it uses Bech32.
func ConsAddressFromBech32 ¶
func ConsAddressFromBech32(address string) (addr ConsAddress, err error)
ConsAddressFromBech32 creates a ConsAddress from a Bech32 string.
func ConsAddressFromHex ¶
func ConsAddressFromHex(address string) (addr ConsAddress, err error)
ConsAddressFromHex creates a ConsAddress from a hex string. Deprecated: use ConsensusAddressCodec from Staking keeper
func GetConsAddress ¶
func GetConsAddress(pubkey cryptotypes.PubKey) ConsAddress
get ConsAddress from pubkey
func (ConsAddress) Bytes ¶
func (ca ConsAddress) Bytes() []byte
Bytes returns the raw address bytes.
func (ConsAddress) Empty ¶
func (ca ConsAddress) Empty() bool
Returns boolean for whether an ConsAddress is empty
func (ConsAddress) Equals ¶
func (ca ConsAddress) Equals(ca2 Address) bool
Returns boolean for whether two ConsAddress are Equal
func (ConsAddress) Marshal ¶
func (ca ConsAddress) Marshal() ([]byte, error)
Marshal returns the raw address bytes. It is needed for protobuf compatibility.
func (ConsAddress) MarshalJSON ¶
func (ca ConsAddress) MarshalJSON() ([]byte, error)
MarshalJSON marshals to JSON using Bech32.
func (ConsAddress) MarshalYAML ¶
func (ca ConsAddress) MarshalYAML() (interface{}, error)
MarshalYAML marshals to YAML using Bech32.
func (ConsAddress) String ¶
func (ca ConsAddress) String() string
String implements the Stringer interface.
func (*ConsAddress) Unmarshal ¶
func (ca *ConsAddress) Unmarshal(data []byte) error
Unmarshal sets the address to the given data. It is needed for protobuf compatibility.
func (*ConsAddress) UnmarshalJSON ¶
func (ca *ConsAddress) UnmarshalJSON(data []byte) error
UnmarshalJSON unmarshals from JSON assuming Bech32 encoding.
func (*ConsAddress) UnmarshalYAML ¶
func (ca *ConsAddress) UnmarshalYAML(data []byte) error
UnmarshalYAML unmarshals from YAML assuming Bech32 encoding.
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
Context is an immutable object contains all information needed to process a request.
It contains a context.Context object inside if you want to use that, but please do not over-use it. We try to keep all data structured and standard additions here would be better just to add to the Context struct
func NewContext ¶
func NewContext(ms storetypes.MultiStore, header cmtproto.Header, isCheckTx bool, logger log.Logger) Context
create a new context
func UnwrapSDKContext ¶ added in v0.40.0
UnwrapSDKContext retrieves a Context from a context.Context instance attached with WrapSDKContext. It panics if a Context was not properly attached
func (Context) BlockGasMeter ¶
func (c Context) BlockGasMeter() storetypes.GasMeter
func (Context) BlockHeader ¶
clone the header before returning
func (Context) BlockHeight ¶
func (Context) CacheContext ¶
CacheContext returns a new Context with the multi-store cached and a new EventManager. The cached context is written to the context when writeCache is called. Note, events are automatically emitted on the parent context's EventManager when the caller executes the write.
func (Context) ConsensusParams ¶
func (c Context) ConsensusParams() cmtproto.ConsensusParams
func (Context) EventManager ¶
func (c Context) EventManager() EventManagerI
func (Context) GasMeter ¶
func (c Context) GasMeter() storetypes.GasMeter
func (Context) HeaderHash ¶ added in v0.42.6
HeaderHash returns a copy of the header hash obtained during abci.RequestBeginBlock
func (Context) HeaderInfo ¶ added in v0.50.0
func (Context) IsReCheckTx ¶
func (Context) IsSigverifyTx ¶ added in v0.50.0
func (Context) KVGasConfig ¶ added in v0.46.5
func (c Context) KVGasConfig() storetypes.GasConfig
func (Context) KVStore ¶
func (c Context) KVStore(key storetypes.StoreKey) storetypes.KVStore
KVStore fetches a KVStore from the MultiStore.
func (Context) MinGasPrices ¶
func (Context) MultiStore ¶
func (c Context) MultiStore() storetypes.MultiStore
func (Context) StreamingManager ¶ added in v0.50.0
func (c Context) StreamingManager() storetypes.StreamingManager
func (Context) TransientKVGasConfig ¶ added in v0.46.5
func (c Context) TransientKVGasConfig() storetypes.GasConfig
func (Context) TransientStore ¶
func (c Context) TransientStore(key storetypes.StoreKey) storetypes.KVStore
TransientStore fetches a TransientStore from the MultiStore.
func (Context) WithBlockGasMeter ¶
func (c Context) WithBlockGasMeter(meter storetypes.GasMeter) Context
WithBlockGasMeter returns a Context with an updated block GasMeter
func (Context) WithBlockHeader ¶
WithBlockHeader returns a Context with an updated CometBFT block header in UTC time.
func (Context) WithBlockHeight ¶
WithBlockHeight returns a Context with an updated block height.
func (Context) WithBlockTime ¶
WithBlockTime returns a Context with an updated CometBFT block header time in UTC with no monotonic component. Stripping the monotonic component is for time equality.
func (Context) WithChainID ¶
WithChainID returns a Context with an updated chain identifier.
func (Context) WithCometInfo ¶ added in v0.50.0
WithCometInfo returns a Context with an updated comet info
func (Context) WithConsensusParams ¶
func (c Context) WithConsensusParams(params cmtproto.ConsensusParams) Context
WithConsensusParams returns a Context with an updated consensus params
func (Context) WithContext ¶
WithContext returns a Context with an updated context.Context.
func (Context) WithEventManager ¶
func (c Context) WithEventManager(em EventManagerI) Context
WithEventManager returns a Context with an updated event manager
func (Context) WithExecMode ¶ added in v0.50.0
WithExecMode returns a Context with an updated ExecMode.
func (Context) WithGasMeter ¶
func (c Context) WithGasMeter(meter storetypes.GasMeter) Context
WithGasMeter returns a Context with an updated transaction GasMeter.
func (Context) WithHeaderHash ¶ added in v0.42.6
WithHeaderHash returns a Context with an updated CometBFT block header hash.
func (Context) WithHeaderInfo ¶ added in v0.50.0
WithHeaderInfo returns a Context with an updated header info
func (Context) WithIsCheckTx ¶
WithIsCheckTx enables or disables CheckTx value for verifying transactions and returns an updated Context
func (Context) WithIsReCheckTx ¶
WithIsRecheckTx called with true will also set true on checkTx in order to enforce the invariant that if recheckTx = true then checkTx = true as well.
func (Context) WithIsSigverifyTx ¶ added in v0.50.0
WithIsSigverifyTx called with true will sigverify in auth module
func (Context) WithKVGasConfig ¶ added in v0.46.5
func (c Context) WithKVGasConfig(gasConfig storetypes.GasConfig) Context
WithKVGasConfig returns a Context with an updated gas configuration for the KVStore
func (Context) WithLogger ¶
WithLogger returns a Context with an updated logger.
func (Context) WithMinGasPrices ¶
WithMinGasPrices returns a Context with an updated minimum gas price value
func (Context) WithMultiStore ¶
func (c Context) WithMultiStore(ms storetypes.MultiStore) Context
WithMultiStore returns a Context with an updated MultiStore.
func (Context) WithPriority ¶ added in v0.46.0
WithPriority returns a Context with an updated tx priority
func (Context) WithProposer ¶
func (c Context) WithProposer(addr ConsAddress) Context
WithProposer returns a Context with an updated proposer consensus address.
func (Context) WithStreamingManager ¶ added in v0.50.0
func (c Context) WithStreamingManager(sm storetypes.StreamingManager) Context
WithStreamingManager returns a Context with an updated streaming manager
func (Context) WithTransientKVGasConfig ¶ added in v0.46.5
func (c Context) WithTransientKVGasConfig(gasConfig storetypes.GasConfig) Context
WithTransientKVGasConfig returns a Context with an updated gas configuration for the transient KVStore
func (Context) WithTxBytes ¶
WithTxBytes returns a Context with an updated txBytes.
type ContextKey ¶ added in v0.40.0
type ContextKey string
ContextKey defines a type alias for a stdlib Context key.
const SdkContextKey ContextKey = "sdk-context"
SdkContextKey is the key in the context.Context which holds the sdk.Context.
type CustomProtobufType ¶
type CustomProtobufType interface { Marshal() ([]byte, error) MarshalTo(data []byte) (n int, err error) Unmarshal(data []byte) error Size() int MarshalJSON() ([]byte, error) UnmarshalJSON(data []byte) error }
CustomProtobufType defines the interface custom gogo proto types must implement in order to be used as a "customtype" extension.
ref: https://github.com/cosmos/gogoproto/blob/master/custom_types.md
type DecCoin ¶
type DecCoin struct { Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` Amount cosmossdk_io_math.LegacyDec `protobuf:"bytes,2,opt,name=amount,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"amount"` }
DecCoin defines a token with a denomination and a decimal amount.
NOTE: The amount field is an Dec which implements the custom method signatures required by gogoproto.
func ConvertDecCoin ¶ added in v0.40.0
ConvertDecCoin attempts to convert a decimal coin to a given denomination. If the given denomination is invalid or if neither denomination is registered, an error is returned.
func NewDecCoin ¶
NewDecCoin creates a new DecCoin instance from an Int.
func NewDecCoinFromCoin ¶
NewDecCoinFromCoin creates a new DecCoin from a Coin.
func NewDecCoinFromDec ¶
NewDecCoinFromDec creates a new DecCoin instance from a Dec.
func NewInt64DecCoin ¶
NewInt64DecCoin returns a new DecCoin with a denomination and amount. It will panic if the amount is negative or denom is invalid.
func NormalizeDecCoin ¶ added in v0.40.0
NormalizeDecCoin try to convert a decimal coin to the smallest unit registered, returns original one if failed.
func ParseDecCoin ¶
ParseDecCoin parses a decimal coin from a string, returning an error if invalid. An empty string is considered invalid.
func (*DecCoin) Descriptor ¶
func (DecCoin) IsEqual ¶
IsEqual returns true if the two sets of Coins have the same value. Deprecated: Use DecCoin.Equal instead.
func (DecCoin) IsGTE ¶
IsGTE returns true if they are the same type and the receiver is an equal or greater value.
func (DecCoin) IsLT ¶
IsLT returns true if they are the same type and the receiver is a smaller value.
func (DecCoin) IsNegative ¶
IsNegative returns true if the coin amount is negative and false otherwise.
TODO: Remove once unsigned integers are used.
func (DecCoin) IsPositive ¶
IsPositive returns true if coin amount is positive.
TODO: Remove once unsigned integers are used.
func (DecCoin) IsValid ¶
IsValid returns true if the DecCoin has a non-negative amount and the denom is valid.
func (*DecCoin) MarshalToSizedBuffer ¶
func (*DecCoin) ProtoMessage ¶
func (*DecCoin) ProtoMessage()
func (DecCoin) String ¶
String implements the Stringer interface for DecCoin. It returns a human-readable representation of a decimal coin.
func (DecCoin) TruncateDecimal ¶
TruncateDecimal returns a Coin with a truncated decimal and a DecCoin for the change. Note, the change may be zero.
func (DecCoin) Validate ¶ added in v0.40.0
Validate returns an error if the DecCoin has a negative amount or if the denom is invalid.
func (*DecCoin) XXX_DiscardUnknown ¶
func (m *DecCoin) XXX_DiscardUnknown()
func (*DecCoin) XXX_Marshal ¶
func (*DecCoin) XXX_Unmarshal ¶
type DecCoins ¶
type DecCoins []DecCoin
DecCoins defines a slice of coins with decimal values
func NewDecCoins ¶
NewDecCoins constructs a new coin set with with decimal values from DecCoins. The provided coins will be sanitized by removing zero coins and sorting the coin set. A panic will occur if the coin set is not valid.
func NewDecCoinsFromCoins ¶
NewDecCoinsFromCoins constructs a new coin set with decimal values from regular Coins.
func ParseDecCoins ¶
ParseDecCoins will parse out a list of decimal coins separated by commas. If the parsing is successuful, the provided coins will be sanitized by removing zero coins and sorting the coin set. Lastly a validation of the coin set is executed. If the check passes, ParseDecCoins will return the sanitized coins. Otherwise it will return an error. If an empty string is provided to ParseDecCoins, it returns nil Coins. Expected format: "{amount0}{denomination},...,{amountN}{denominationN}"
func (DecCoins) Add ¶
Add adds two sets of DecCoins.
NOTE: Add operates under the invariant that coins are sorted by denominations.
CONTRACT: Add will never return Coins where one Coin has a non-positive amount. In otherwords, IsValid will always return true.
func (DecCoins) Equal ¶ added in v0.50.0
Equal returns true if the two sets of DecCoins have the same value.
func (DecCoins) GetDenomByIndex ¶
GetDenomByIndex returns the Denom to make the findDup generic
func (DecCoins) Intersect ¶
Intersect will return a new set of coins which contains the minimum DecCoin for common denoms found in both `coins` and `coinsB`. For denoms not common to both `coins` and `coinsB` the minimum is considered to be 0, thus they are not added to the final set. In other words, trim any denom amount from coin which exceeds that of coinB, such that (coin.Intersect(coinB)).IsLTE(coinB). See also Coins.Min().
func (DecCoins) IsAllPositive ¶
IsAllPositive returns true if there is at least one coin and all currencies have a positive value.
TODO: Remove once unsigned integers are used.
func (DecCoins) IsAnyNegative ¶
IsAnyNegative returns true if there is at least one coin whose amount is negative; returns false otherwise. It returns false if the DecCoins set is empty too.
TODO: Remove once unsigned integers are used.
func (DecCoins) IsValid ¶
IsValid calls Validate and returns true when the DecCoins are sorted, have positive amount, with a valid and unique denomination (i.e no duplicates).
func (DecCoins) MulDec ¶
MulDec multiplies all the coins by a decimal.
CONTRACT: No zero coins will be returned.
func (DecCoins) MulDecTruncate ¶
MulDecTruncate multiplies all the decimal coins by a decimal, truncating. It returns nil DecCoins if d is zero.
CONTRACT: No zero coins will be returned.
func (DecCoins) QuoDec ¶
QuoDec divides all the decimal coins by a decimal. It panics if d is zero.
CONTRACT: No zero coins will be returned.
func (DecCoins) QuoDecTruncate ¶
QuoDecTruncate divides all the decimal coins by a decimal, truncating. It panics if d is zero.
CONTRACT: No zero coins will be returned.
func (DecCoins) SafeSub ¶
SafeSub performs the same arithmetic as Sub but returns a boolean if any negative coin amount was returned.
func (DecCoins) String ¶
String implements the Stringer interface for DecCoins. It returns a human-readable representation of decimal coins.
func (DecCoins) TruncateDecimal ¶
TruncateDecimal returns the coins with truncated decimals and returns the change. Note, it will not return any zero-amount coins in either the truncated or change coins.
type DecProto ¶
type DecProto struct {
Dec cosmossdk_io_math.LegacyDec `protobuf:"bytes,1,opt,name=dec,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"dec"`
}
DecProto defines a Protobuf wrapper around a Dec object. Deprecated: Prefer to use math.LegacyDec directly. It supports binary Marshal and Unmarshal.
func (*DecProto) Descriptor ¶
func (*DecProto) MarshalToSizedBuffer ¶
func (*DecProto) ProtoMessage ¶
func (*DecProto) ProtoMessage()
func (*DecProto) XXX_DiscardUnknown ¶
func (m *DecProto) XXX_DiscardUnknown()
func (*DecProto) XXX_Marshal ¶
func (*DecProto) XXX_Unmarshal ¶
type EndBlock ¶ added in v0.50.0
type EndBlock struct { ValidatorUpdates []abci.ValidatorUpdate Events []abci.Event }
EndBlock defines a type which contains endblock events and validator set updates
type EndBlocker ¶
EndBlocker defines a function type alias for executing application business logic after transactions are executed but before committing.
Note: The EndBlock ABCI method no longer exists in the ABCI specification as of CometBFT v0.38.0. This function type alias is provided for backwards compatibility with applications that still use the EndBlock ABCI method and allows for existing EndBlock functionality within applications.
type Event ¶
Event is a type alias for an ABCI Event
func NewEvent ¶
NewEvent creates a new Event object with a given type and slice of one or more attributes.
func TypedEventToEvent ¶ added in v0.40.0
TypedEventToEvent takes typed event and converts to Event object
func (Event) AppendAttributes ¶
AppendAttributes adds one or more attributes to an Event.
type EventManager ¶
type EventManager struct {
// contains filtered or unexported fields
}
EventManager implements a simple wrapper around a slice of Event objects that can be emitted from.
func NewEventManager ¶
func NewEventManager() *EventManager
func (EventManager) ABCIEvents ¶
func (em EventManager) ABCIEvents() []abci.Event
ABCIEvents returns all stored Event objects as abci.Event objects.
func (*EventManager) EmitEvent ¶
func (em *EventManager) EmitEvent(event Event)
EmitEvent stores a single Event object. Deprecated: Use EmitTypedEvent
func (*EventManager) EmitEvents ¶
func (em *EventManager) EmitEvents(events Events)
EmitEvents stores a series of Event objects. Deprecated: Use EmitTypedEvents
func (*EventManager) EmitTypedEvent ¶ added in v0.40.0
func (em *EventManager) EmitTypedEvent(tev proto.Message) error
EmitTypedEvent takes typed event and emits converting it into Event
func (*EventManager) EmitTypedEvents ¶ added in v0.40.0
func (em *EventManager) EmitTypedEvents(tevs ...proto.Message) error
EmitTypedEvents takes series of typed events and emit
func (*EventManager) Events ¶
func (em *EventManager) Events() Events
type EventManagerI ¶ added in v0.50.0
type Events ¶
type Events []Event
Events defines a slice of Event objects
func (Events) AppendEvent ¶
AppendEvent adds an Event to a slice of events.
func (Events) AppendEvents ¶
AppendEvents adds a slice of Event objects to an exist slice of Event objects.
func (Events) GetAttributes ¶ added in v0.47.0
GetAttributes returns all attributes matching a given key present in events. If the key is not found, the boolean value will be false.
func (Events) ToABCIEvents ¶
ToABCIEvents converts a slice of Event objects to a slice of abci.Event objects.
type ExecMode ¶ added in v0.50.0
type ExecMode uint8
ExecMode defines the execution mode which can be set on a Context.
type ExtendVoteHandler ¶ added in v0.50.0
type ExtendVoteHandler func(Context, *abci.RequestExtendVote) (*abci.ResponseExtendVote, error)
ExtendVoteHandler defines a function type alias for extending a pre-commit vote.
type Fee ¶
Fee defines an interface for an application application-defined concrete transaction type to be able to set and return the transaction fee.
type FeeTx ¶ added in v0.40.0
FeeTx defines the interface to be implemented by Tx to use the FeeDecorators
type GasInfo ¶
type GasInfo struct { // GasWanted is the maximum units of work we allow this tx to perform. GasWanted uint64 `protobuf:"varint,1,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` // GasUsed is the amount of gas actually consumed. GasUsed uint64 `protobuf:"varint,2,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` }
GasInfo defines tx execution gas context.
func (*GasInfo) Descriptor ¶
func (*GasInfo) GetGasUsed ¶
func (*GasInfo) GetGasWanted ¶
func (*GasInfo) MarshalToSizedBuffer ¶
func (*GasInfo) ProtoMessage ¶
func (*GasInfo) ProtoMessage()
func (*GasInfo) XXX_DiscardUnknown ¶
func (m *GasInfo) XXX_DiscardUnknown()
func (*GasInfo) XXX_Marshal ¶
func (*GasInfo) XXX_Unmarshal ¶
type HasMsgs ¶ added in v0.50.0
type HasMsgs interface { // GetMsgs gets the all the transaction's messages. GetMsgs() []Msg }
HasMsgs defines an interface a transaction must fulfill.
type HasValidateBasic ¶ added in v0.50.0
type HasValidateBasic interface { // ValidateBasic does a simple validation check that // doesn't require access to any other information. ValidateBasic() error }
HasValidateBasic defines a type that has a ValidateBasic method. ValidateBasic is deprecated and now facultative. Prefer validating messages directly in the msg server.
type InitChainer ¶
type InitChainer func(ctx Context, req *abci.RequestInitChain) (*abci.ResponseInitChain, error)
InitChainer initializes application state at genesis
type IntProto ¶
type IntProto struct {
Int cosmossdk_io_math.Int `protobuf:"bytes,1,opt,name=int,proto3,customtype=cosmossdk.io/math.Int" json:"int"`
}
IntProto defines a Protobuf wrapper around an Int object. Deprecated: Prefer to use math.Int directly. It supports binary Marshal and Unmarshal.
func (*IntProto) Descriptor ¶
func (*IntProto) MarshalToSizedBuffer ¶
func (*IntProto) ProtoMessage ¶
func (*IntProto) ProtoMessage()
func (*IntProto) XXX_DiscardUnknown ¶
func (m *IntProto) XXX_DiscardUnknown()
func (*IntProto) XXX_Marshal ¶
func (*IntProto) XXX_Unmarshal ¶
type Invariant ¶
An Invariant is a function which tests a particular invariant. The invariant returns a descriptive message about what happened and a boolean indicating whether the invariant has been broken. The simulator will then halt and print the logs.
type InvariantRegistry ¶
expected interface for registering invariants
type LegacyMsg ¶ added in v0.50.0
type LegacyMsg interface { Msg // GetSigners returns the addrs of signers that must sign. // CONTRACT: All signatures must be present to be valid. // CONTRACT: Returns addrs in some deterministic order. GetSigners() []AccAddress }
LegacyMsg defines the interface a transaction message needed to fulfill up through v0.47.
type MapCoins ¶ added in v0.50.0
map coins is a map representation of sdk.Coins intended solely for use in bulk additions. All serialization and iteration should be done after conversion to sdk.Coins.
func NewMapCoins ¶ added in v0.50.0
type ModuleAccountI ¶ added in v0.50.0
type ModuleAccountI interface { AccountI GetName() string GetPermissions() []string HasPermission(string) bool }
ModuleAccountI defines an account interface for modules that hold tokens in an escrow.
type MsgData
deprecated
added in
v0.40.0
type MsgData struct { MsgType string `protobuf:"bytes,1,opt,name=msg_type,json=msgType,proto3" json:"msg_type,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` }
MsgData defines the data returned in a Result object during message execution.
Deprecated: Do not use.
func (*MsgData) Descriptor ¶ added in v0.40.0
func (*MsgData) GetMsgType ¶ added in v0.40.0
func (*MsgData) MarshalToSizedBuffer ¶ added in v0.40.0
func (*MsgData) ProtoMessage ¶ added in v0.40.0
func (*MsgData) ProtoMessage()
func (*MsgData) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *MsgData) XXX_DiscardUnknown()
func (*MsgData) XXX_Marshal ¶ added in v0.40.0
func (*MsgData) XXX_Unmarshal ¶ added in v0.40.0
type PeerFilter ¶
type PeerFilter func(info string) *abci.ResponseQuery
PeerFilter responds to p2p filtering queries from Tendermint
type PostDecorator ¶ added in v0.47.0
type PostDecorator interface {
PostHandle(ctx Context, tx Tx, simulate, success bool, next PostHandler) (newCtx Context, err error)
}
PostDecorator wraps the next PostHandler to perform custom post-processing.
type PostHandler ¶ added in v0.47.0
PostHandler like AnteHandler but it executes after RunMsgs. Runs on success or failure and enables use cases like gas refunding.
func ChainPostDecorators ¶ added in v0.47.0
func ChainPostDecorators(chain ...PostDecorator) PostHandler
ChainPostDecorators chains PostDecorators together with each PostDecorator wrapping over the decorators further along chain and returns a single PostHandler.
NOTE: The first element is outermost decorator, while the last element is innermost decorator. Decorator ordering is critical since some decorators will expect certain checks and updates to be performed (e.g. the Context) before the decorator is run. These expectations should be documented clearly in a CONTRACT docline in the decorator's godoc.
type PreBlocker ¶ added in v0.50.0
type PreBlocker func(Context, *abci.RequestFinalizeBlock) (*ResponsePreBlock, error)
PreBlocker runs code before the `BeginBlocker` and defines a function type alias for executing logic right before FinalizeBlock is called (but after its context has been set up). It is intended to allow applications to perform computation on vote extensions and persist their results in state.
Note: returning an error will make FinalizeBlock fail.
type Precommiter ¶ added in v0.50.0
type Precommiter func(ctx Context)
Precommiter runs code during commit immediately before the `deliverState` is written to the `rootMultiStore`.
type PrepareCheckStater ¶ added in v0.50.0
type PrepareCheckStater func(ctx Context)
PrepareCheckStater runs code during commit after the block has been committed, and the `checkState` has been branched for the new block.
type PrepareProposalHandler ¶ added in v0.47.0
type PrepareProposalHandler func(Context, *abci.RequestPrepareProposal) (*abci.ResponsePrepareProposal, error)
PrepareProposalHandler defines a function type alias for preparing a proposal
type ProcessProposalHandler ¶ added in v0.47.0
type ProcessProposalHandler func(Context, *abci.RequestProcessProposal) (*abci.ResponseProcessProposal, error)
ProcessProposalHandler defines a function type alias for processing a proposer
type ResponsePreBlock ¶ added in v0.50.0
type ResponsePreBlock struct {
ConsensusParamsChanged bool
}
func (ResponsePreBlock) IsConsensusParamsChanged ¶ added in v0.50.0
func (r ResponsePreBlock) IsConsensusParamsChanged() bool
type Result ¶
type Result struct { // Data is any data returned from message or handler execution. It MUST be // length prefixed in order to separate data from multiple message executions. // Deprecated. This field is still populated, but prefer msg_response instead // because it also contains the Msg response typeURL. Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // Deprecated: Do not use. // Log contains the log information from message or handler execution. Log string `protobuf:"bytes,2,opt,name=log,proto3" json:"log,omitempty"` // Events contains a slice of Event objects that were emitted during message // or handler execution. Events []types1.Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events"` // msg_responses contains the Msg handler responses type packed in Anys. // // Since: cosmos-sdk 0.46 MsgResponses []*types.Any `protobuf:"bytes,4,rep,name=msg_responses,json=msgResponses,proto3" json:"msg_responses,omitempty"` }
Result is the union of ResponseFormat and ResponseCheckTx.
func WrapServiceResult ¶ added in v0.40.0
WrapServiceResult wraps a result from a protobuf RPC service method call (res proto.Message, err error) in a Result object or error. This method takes care of marshaling the res param to protobuf and attaching any events on the ctx.EventManager() to the Result.
func (*Result) Descriptor ¶
func (*Result) MarshalToSizedBuffer ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) XXX_DiscardUnknown ¶
func (m *Result) XXX_DiscardUnknown()
func (*Result) XXX_Marshal ¶
func (*Result) XXX_Unmarshal ¶
type SearchBlocksResult ¶ added in v0.50.0
type SearchBlocksResult struct { // Count of all blocks TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` // Count of blocks in current page Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // Index of current page, start from 1 PageNumber int64 `protobuf:"varint,3,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"` // Count of total pages PageTotal int64 `protobuf:"varint,4,opt,name=page_total,json=pageTotal,proto3" json:"page_total,omitempty"` // Max count blocks per page Limit int64 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` // List of blocks in current page Blocks []*types2.Block `protobuf:"bytes,6,rep,name=blocks,proto3" json:"blocks,omitempty"` }
SearchBlocksResult defines a structure for querying blocks pageable
func NewSearchBlocksResult ¶ added in v0.50.0
func NewSearchBlocksResult(totalCount, count, page, limit int64, blocks []*cmtproto.Block) *SearchBlocksResult
func (*SearchBlocksResult) Descriptor ¶ added in v0.50.0
func (*SearchBlocksResult) Descriptor() ([]byte, []int)
func (*SearchBlocksResult) GetBlocks ¶ added in v0.50.0
func (m *SearchBlocksResult) GetBlocks() []*types2.Block
func (*SearchBlocksResult) GetCount ¶ added in v0.50.0
func (m *SearchBlocksResult) GetCount() int64
func (*SearchBlocksResult) GetLimit ¶ added in v0.50.0
func (m *SearchBlocksResult) GetLimit() int64
func (*SearchBlocksResult) GetPageNumber ¶ added in v0.50.0
func (m *SearchBlocksResult) GetPageNumber() int64
func (*SearchBlocksResult) GetPageTotal ¶ added in v0.50.0
func (m *SearchBlocksResult) GetPageTotal() int64
func (*SearchBlocksResult) GetTotalCount ¶ added in v0.50.0
func (m *SearchBlocksResult) GetTotalCount() int64
func (*SearchBlocksResult) Marshal ¶ added in v0.50.0
func (m *SearchBlocksResult) Marshal() (dAtA []byte, err error)
func (*SearchBlocksResult) MarshalTo ¶ added in v0.50.0
func (m *SearchBlocksResult) MarshalTo(dAtA []byte) (int, error)
func (*SearchBlocksResult) MarshalToSizedBuffer ¶ added in v0.50.0
func (m *SearchBlocksResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SearchBlocksResult) ProtoMessage ¶ added in v0.50.0
func (*SearchBlocksResult) ProtoMessage()
func (*SearchBlocksResult) Reset ¶ added in v0.50.0
func (m *SearchBlocksResult) Reset()
func (*SearchBlocksResult) Size ¶ added in v0.50.0
func (m *SearchBlocksResult) Size() (n int)
func (*SearchBlocksResult) String ¶ added in v0.50.0
func (this *SearchBlocksResult) String() string
func (*SearchBlocksResult) Unmarshal ¶ added in v0.50.0
func (m *SearchBlocksResult) Unmarshal(dAtA []byte) error
func (*SearchBlocksResult) XXX_DiscardUnknown ¶ added in v0.50.0
func (m *SearchBlocksResult) XXX_DiscardUnknown()
func (*SearchBlocksResult) XXX_Marshal ¶ added in v0.50.0
func (m *SearchBlocksResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SearchBlocksResult) XXX_Merge ¶ added in v0.50.0
func (m *SearchBlocksResult) XXX_Merge(src proto.Message)
func (*SearchBlocksResult) XXX_Size ¶ added in v0.50.0
func (m *SearchBlocksResult) XXX_Size() int
func (*SearchBlocksResult) XXX_Unmarshal ¶ added in v0.50.0
func (m *SearchBlocksResult) XXX_Unmarshal(b []byte) error
type SearchTxsResult ¶
type SearchTxsResult struct { // Count of all txs TotalCount uint64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` // Count of txs in current page Count uint64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // Index of current page, start from 1 PageNumber uint64 `protobuf:"varint,3,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"` // Count of total pages PageTotal uint64 `protobuf:"varint,4,opt,name=page_total,json=pageTotal,proto3" json:"page_total,omitempty"` // Max count txs per page Limit uint64 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` // List of txs in current page Txs []*TxResponse `protobuf:"bytes,6,rep,name=txs,proto3" json:"txs,omitempty"` }
SearchTxsResult defines a structure for querying txs pageable
func NewSearchTxsResult ¶
func NewSearchTxsResult(totalCount, count, page, limit uint64, txs []*TxResponse) *SearchTxsResult
func (*SearchTxsResult) Descriptor ¶ added in v0.40.0
func (*SearchTxsResult) Descriptor() ([]byte, []int)
func (*SearchTxsResult) GetCount ¶ added in v0.40.0
func (m *SearchTxsResult) GetCount() uint64
func (*SearchTxsResult) GetLimit ¶ added in v0.40.0
func (m *SearchTxsResult) GetLimit() uint64
func (*SearchTxsResult) GetPageNumber ¶ added in v0.40.0
func (m *SearchTxsResult) GetPageNumber() uint64
func (*SearchTxsResult) GetPageTotal ¶ added in v0.40.0
func (m *SearchTxsResult) GetPageTotal() uint64
func (*SearchTxsResult) GetTotalCount ¶ added in v0.40.0
func (m *SearchTxsResult) GetTotalCount() uint64
func (*SearchTxsResult) GetTxs ¶ added in v0.40.0
func (m *SearchTxsResult) GetTxs() []*TxResponse
func (*SearchTxsResult) Marshal ¶ added in v0.40.0
func (m *SearchTxsResult) Marshal() (dAtA []byte, err error)
func (*SearchTxsResult) MarshalTo ¶ added in v0.40.0
func (m *SearchTxsResult) MarshalTo(dAtA []byte) (int, error)
func (*SearchTxsResult) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *SearchTxsResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SearchTxsResult) ProtoMessage ¶ added in v0.40.0
func (*SearchTxsResult) ProtoMessage()
func (*SearchTxsResult) Reset ¶ added in v0.40.0
func (m *SearchTxsResult) Reset()
func (*SearchTxsResult) Size ¶ added in v0.40.0
func (m *SearchTxsResult) Size() (n int)
func (*SearchTxsResult) String ¶ added in v0.40.0
func (this *SearchTxsResult) String() string
func (*SearchTxsResult) Unmarshal ¶ added in v0.40.0
func (m *SearchTxsResult) Unmarshal(dAtA []byte) error
func (SearchTxsResult) UnpackInterfaces ¶ added in v0.40.0
func (s SearchTxsResult) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
types.UnpackInterfaces needs to be called for each nested Tx because there are generally interfaces to unpack in Tx's
func (*SearchTxsResult) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *SearchTxsResult) XXX_DiscardUnknown()
func (*SearchTxsResult) XXX_Marshal ¶ added in v0.40.0
func (m *SearchTxsResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SearchTxsResult) XXX_Merge ¶ added in v0.40.0
func (m *SearchTxsResult) XXX_Merge(src proto.Message)
func (*SearchTxsResult) XXX_Size ¶ added in v0.40.0
func (m *SearchTxsResult) XXX_Size() int
func (*SearchTxsResult) XXX_Unmarshal ¶ added in v0.40.0
func (m *SearchTxsResult) XXX_Unmarshal(b []byte) error
type Signature ¶
type Signature interface { GetPubKey() cryptotypes.PubKey GetSignature() []byte }
Signature defines an interface for an application application-defined concrete transaction type to be able to set and return transaction signatures.
type SimulationResponse ¶
type SimulationResponse struct { GasInfo `protobuf:"bytes,1,opt,name=gas_info,json=gasInfo,proto3,embedded=gas_info" json:"gas_info"` Result *Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` }
SimulationResponse defines the response generated when a transaction is successfully simulated.
func (*SimulationResponse) Descriptor ¶
func (*SimulationResponse) Descriptor() ([]byte, []int)
func (*SimulationResponse) GetResult ¶
func (m *SimulationResponse) GetResult() *Result
func (*SimulationResponse) Marshal ¶
func (m *SimulationResponse) Marshal() (dAtA []byte, err error)
func (*SimulationResponse) MarshalTo ¶
func (m *SimulationResponse) MarshalTo(dAtA []byte) (int, error)
func (*SimulationResponse) MarshalToSizedBuffer ¶
func (m *SimulationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SimulationResponse) ProtoMessage ¶
func (*SimulationResponse) ProtoMessage()
func (*SimulationResponse) Reset ¶
func (m *SimulationResponse) Reset()
func (*SimulationResponse) Size ¶
func (m *SimulationResponse) Size() (n int)
func (*SimulationResponse) Unmarshal ¶
func (m *SimulationResponse) Unmarshal(dAtA []byte) error
func (*SimulationResponse) XXX_DiscardUnknown ¶
func (m *SimulationResponse) XXX_DiscardUnknown()
func (*SimulationResponse) XXX_Marshal ¶
func (m *SimulationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SimulationResponse) XXX_Merge ¶
func (m *SimulationResponse) XXX_Merge(src proto.Message)
func (*SimulationResponse) XXX_Size ¶
func (m *SimulationResponse) XXX_Size() int
func (*SimulationResponse) XXX_Unmarshal ¶
func (m *SimulationResponse) XXX_Unmarshal(b []byte) error
type StringEvent ¶
type StringEvent struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Attributes []Attribute `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes"` }
StringEvent defines en Event object wrapper where all the attributes contain key/value pairs that are strings instead of raw bytes.
func StringifyEvent ¶
func StringifyEvent(e abci.Event) StringEvent
StringifyEvent converts an Event object to a StringEvent object.
func (*StringEvent) Descriptor ¶ added in v0.40.0
func (*StringEvent) Descriptor() ([]byte, []int)
func (*StringEvent) GetAttributes ¶ added in v0.40.0
func (m *StringEvent) GetAttributes() []Attribute
func (*StringEvent) GetType ¶ added in v0.40.0
func (m *StringEvent) GetType() string
func (*StringEvent) Marshal ¶ added in v0.40.0
func (m *StringEvent) Marshal() (dAtA []byte, err error)
func (*StringEvent) MarshalTo ¶ added in v0.40.0
func (m *StringEvent) MarshalTo(dAtA []byte) (int, error)
func (*StringEvent) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *StringEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StringEvent) ProtoMessage ¶ added in v0.40.0
func (*StringEvent) ProtoMessage()
func (*StringEvent) Reset ¶ added in v0.40.0
func (m *StringEvent) Reset()
func (*StringEvent) Size ¶ added in v0.40.0
func (m *StringEvent) Size() (n int)
func (*StringEvent) String ¶ added in v0.40.0
func (this *StringEvent) String() string
func (*StringEvent) Unmarshal ¶ added in v0.40.0
func (m *StringEvent) Unmarshal(dAtA []byte) error
func (*StringEvent) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *StringEvent) XXX_DiscardUnknown()
func (*StringEvent) XXX_Marshal ¶ added in v0.40.0
func (m *StringEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StringEvent) XXX_Merge ¶ added in v0.40.0
func (m *StringEvent) XXX_Merge(src proto.Message)
func (*StringEvent) XXX_Size ¶ added in v0.40.0
func (m *StringEvent) XXX_Size() int
func (*StringEvent) XXX_Unmarshal ¶ added in v0.40.0
func (m *StringEvent) XXX_Unmarshal(b []byte) error
type StringEvents ¶
type StringEvents []StringEvent
StringAttributes defines a slice of StringEvents objects.
func StringifyEvents ¶
func StringifyEvents(events []abci.Event) StringEvents
StringifyEvents converts a slice of Event objects into a slice of StringEvent objects.
func (StringEvents) String ¶
func (se StringEvents) String() string
type Terminator
deprecated
type Terminator struct{}
Terminator AnteDecorator will get added to the chain to simplify decorator code Don't need to check if next == nil further up the chain
______ <((((((\\\ / . }\ ;--..--._|} (\ '--/\--' ) \\ | '-' :'| \\ . -==- .-| \\ \.__.' \--._ [\\ __.--| // _/'--. \ \\ .'-._ ('-----'/ __/ \ \ \\ / __>| | '--. | \ \\ | \ | / / / \ '\ / \ | | _/ / \ \ \ | | / / snd \ \ \ /
Deprecated: Terminator is retired (ref https://github.com/cosmos/cosmos-sdk/pull/16076).
func (Terminator) AnteHandle ¶
func (t Terminator) AnteHandle(ctx Context, _ Tx, _ bool, _ AnteHandler) (Context, error)
AnteHandle returns the provided Context and nil error
func (Terminator) PostHandle ¶ added in v0.47.0
func (t Terminator) PostHandle(ctx Context, _ Tx, _, _ bool, _ PostHandler) (Context, error)
PostHandle returns the provided Context and nil error
type Tx ¶
type Tx interface { HasMsgs // GetMsgsV2 gets the transaction's messages as google.golang.org/protobuf/proto.Message's. GetMsgsV2() ([]protov2.Message, error) }
Tx defines an interface a transaction must fulfill.
type TxMsgData ¶ added in v0.40.0
type TxMsgData struct { // data field is deprecated and not populated. Data []*MsgData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // Deprecated: Do not use. // msg_responses contains the Msg handler responses packed into Anys. // // Since: cosmos-sdk 0.46 MsgResponses []*types.Any `protobuf:"bytes,2,rep,name=msg_responses,json=msgResponses,proto3" json:"msg_responses,omitempty"` }
TxMsgData defines a list of MsgData. A transaction will have a MsgData object for each message.
func (*TxMsgData) Descriptor ¶ added in v0.40.0
func (*TxMsgData) GetMsgResponses ¶ added in v0.46.0
func (*TxMsgData) MarshalToSizedBuffer ¶ added in v0.40.0
func (*TxMsgData) ProtoMessage ¶ added in v0.40.0
func (*TxMsgData) ProtoMessage()
func (*TxMsgData) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *TxMsgData) XXX_DiscardUnknown()
func (*TxMsgData) XXX_Marshal ¶ added in v0.40.0
func (*TxMsgData) XXX_Unmarshal ¶ added in v0.40.0
type TxResponse ¶
type TxResponse struct { // The block height Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` // The transaction hash. TxHash string `protobuf:"bytes,2,opt,name=txhash,proto3" json:"txhash,omitempty"` // Namespace for the Code Codespace string `protobuf:"bytes,3,opt,name=codespace,proto3" json:"codespace,omitempty"` // Response code. Code uint32 `protobuf:"varint,4,opt,name=code,proto3" json:"code,omitempty"` // Result bytes, if any. Data string `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"` // The output of the application's logger (raw string). May be // non-deterministic. RawLog string `protobuf:"bytes,6,opt,name=raw_log,json=rawLog,proto3" json:"raw_log,omitempty"` // The output of the application's logger (typed). May be non-deterministic. Logs ABCIMessageLogs `protobuf:"bytes,7,rep,name=logs,proto3,castrepeated=ABCIMessageLogs" json:"logs"` // Additional information. May be non-deterministic. Info string `protobuf:"bytes,8,opt,name=info,proto3" json:"info,omitempty"` // Amount of gas requested for transaction. GasWanted int64 `protobuf:"varint,9,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` // Amount of gas consumed by transaction. GasUsed int64 `protobuf:"varint,10,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` // The request transaction bytes. Tx *types.Any `protobuf:"bytes,11,opt,name=tx,proto3" json:"tx,omitempty"` // Time of the previous block. For heights > 1, it's the weighted median of // the timestamps of the valid votes in the block.LastCommit. For height == 1, // it's genesis time. Timestamp string `protobuf:"bytes,12,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // Events defines all the events emitted by processing a transaction. Note, // these events include those emitted by processing all the messages and those // emitted from the ante. Whereas Logs contains the events, with // additional metadata, emitted only by processing the messages. // // Since: cosmos-sdk 0.42.11, 0.44.5, 0.45 Events []types1.Event `protobuf:"bytes,13,rep,name=events,proto3" json:"events"` }
TxResponse defines a structure containing relevant tx data and metadata. The tags are stringified and the log is JSON decoded.
func NewResponseFormatBroadcastTx ¶
func NewResponseFormatBroadcastTx(res *coretypes.ResultBroadcastTx) *TxResponse
NewResponseFormatBroadcastTx returns a TxResponse given a ResultBroadcastTx from tendermint
func NewResponseResultTx ¶
func NewResponseResultTx(res *coretypes.ResultTx, anyTx *codectypes.Any, timestamp string) *TxResponse
NewResponseResultTx returns a TxResponse given a ResultTx from tendermint
func (*TxResponse) Descriptor ¶ added in v0.40.0
func (*TxResponse) Descriptor() ([]byte, []int)
func (TxResponse) Empty ¶
func (r TxResponse) Empty() bool
Empty returns true if the response is empty
func (TxResponse) GetTx ¶ added in v0.40.0
func (r TxResponse) GetTx() HasMsgs
GetTx unpacks the Tx from within a TxResponse and returns it
func (*TxResponse) Marshal ¶ added in v0.40.0
func (m *TxResponse) Marshal() (dAtA []byte, err error)
func (*TxResponse) MarshalTo ¶ added in v0.40.0
func (m *TxResponse) MarshalTo(dAtA []byte) (int, error)
func (*TxResponse) MarshalToSizedBuffer ¶ added in v0.40.0
func (m *TxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TxResponse) ProtoMessage ¶ added in v0.40.0
func (*TxResponse) ProtoMessage()
func (*TxResponse) Reset ¶ added in v0.40.0
func (m *TxResponse) Reset()
func (*TxResponse) Size ¶ added in v0.40.0
func (m *TxResponse) Size() (n int)
func (TxResponse) String ¶
func (r TxResponse) String() string
func (*TxResponse) Unmarshal ¶ added in v0.40.0
func (m *TxResponse) Unmarshal(dAtA []byte) error
func (TxResponse) UnpackInterfaces ¶ added in v0.40.0
func (r TxResponse) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error
UnpackInterfaces implements UnpackInterfacesMessage.UnpackInterfaces
func (*TxResponse) XXX_DiscardUnknown ¶ added in v0.40.0
func (m *TxResponse) XXX_DiscardUnknown()
func (*TxResponse) XXX_Marshal ¶ added in v0.40.0
func (m *TxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TxResponse) XXX_Merge ¶ added in v0.40.0
func (m *TxResponse) XXX_Merge(src proto.Message)
func (*TxResponse) XXX_Size ¶ added in v0.40.0
func (m *TxResponse) XXX_Size() int
func (*TxResponse) XXX_Unmarshal ¶ added in v0.40.0
func (m *TxResponse) XXX_Unmarshal(b []byte) error
type TxWithMemo ¶ added in v0.40.0
TxWithMemo must have GetMemo() method to use ValidateMemoDecorator
type TxWithTimeoutHeight ¶ added in v0.40.0
TxWithTimeoutHeight extends the Tx interface by allowing a transaction to set a height timeout.
type ValAddress ¶
type ValAddress []byte
ValAddress defines a wrapper around bytes meant to present a validator's operator. When marshaled to a string or JSON, it uses Bech32.
func ValAddressFromBech32 ¶
func ValAddressFromBech32(address string) (addr ValAddress, err error)
ValAddressFromBech32 creates a ValAddress from a Bech32 string.
func ValAddressFromHex ¶
func ValAddressFromHex(address string) (addr ValAddress, err error)
ValAddressFromHex creates a ValAddress from a hex string.
func (ValAddress) Empty ¶
func (va ValAddress) Empty() bool
Returns boolean for whether an ValAddress is empty
func (ValAddress) Equals ¶
func (va ValAddress) Equals(va2 Address) bool
Returns boolean for whether two ValAddresses are Equal
func (ValAddress) Marshal ¶
func (va ValAddress) Marshal() ([]byte, error)
Marshal returns the raw address bytes. It is needed for protobuf compatibility.
func (ValAddress) MarshalJSON ¶
func (va ValAddress) MarshalJSON() ([]byte, error)
MarshalJSON marshals to JSON using Bech32.
func (ValAddress) MarshalYAML ¶
func (va ValAddress) MarshalYAML() (interface{}, error)
MarshalYAML marshals to YAML using Bech32.
func (ValAddress) String ¶
func (va ValAddress) String() string
String implements the Stringer interface.
func (*ValAddress) Unmarshal ¶
func (va *ValAddress) Unmarshal(data []byte) error
Unmarshal sets the address to the given data. It is needed for protobuf compatibility.
func (*ValAddress) UnmarshalJSON ¶
func (va *ValAddress) UnmarshalJSON(data []byte) error
UnmarshalJSON unmarshals from JSON assuming Bech32 encoding.
func (*ValAddress) UnmarshalYAML ¶
func (va *ValAddress) UnmarshalYAML(data []byte) error
UnmarshalYAML unmarshals from YAML assuming Bech32 encoding.
type VerifyVoteExtensionHandler ¶ added in v0.50.0
type VerifyVoteExtensionHandler func(Context, *abci.RequestVerifyVoteExtension) (*abci.ResponseVerifyVoteExtension, error)
VerifyVoteExtensionHandler defines a function type alias for verifying a pre-commit vote extension.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
legacybech32
Deprecated: The module provides legacy bech32 functions which will be removed in a future release.
|
Deprecated: The module provides legacy bech32 functions which will be removed in a future release. |
Package errors provides a shared set of errors for use in the SDK, aliases functionality in the cosmossdk.io/errors module that used to be in this package, and provides some helpers for converting errors to ABCI response code.
|
Package errors provides a shared set of errors for use in the SDK, aliases functionality in the cosmossdk.io/errors module that used to be in this package, and provides some helpers for converting errors to ABCI response code. |
Package module contains application module patterns and associated "manager" functionality.
|
Package module contains application module patterns and associated "manager" functionality. |
Package tx is a reverse proxy.
|
Package tx is a reverse proxy. |