Versions in this module Expand all Collapse all v0 v0.0.2 Jan 7, 2024 v0.0.1 Jan 7, 2024 Changes in this version + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + type LazyGradedVestingAccount struct + VestingSchedules VestingSchedules + func NewLazyGradedVestingAccountRaw(baseVestingAcc *v039auth.BaseVestingAccount, ...) *LazyGradedVestingAccount + func (lgva *LazyGradedVestingAccount) UnmarshalJSON(bz []byte) error + func (lgva LazyGradedVestingAccount) MarshalJSON() ([]byte, error) + func (lgva LazyGradedVestingAccount) Validate() error + type LazySchedule struct + EndTime int64 + Ratio sdk.Dec + StartTime int64 + func (s LazySchedule) Validate() error + type LazySchedules []LazySchedule + type LegacyAminoPubKey struct + PubKeys []cryptotypes.PubKey + Threshold sdk.Int + func (*LegacyAminoPubKey) Address() cryptotypes.Address + func (*LegacyAminoPubKey) Bytes() []byte + func (*LegacyAminoPubKey) Equals(key cryptotypes.PubKey) bool + func (*LegacyAminoPubKey) ProtoMessage() + func (*LegacyAminoPubKey) Reset() + func (*LegacyAminoPubKey) String() string + func (*LegacyAminoPubKey) Type() string + func (*LegacyAminoPubKey) VerifySignature(msg []byte, sig []byte) bool + type VestingSchedule struct + Denom string + LazySchedules LazySchedules + func (vs VestingSchedule) Validate() error + type VestingSchedules []VestingSchedule