v1

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthParams        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowParams          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthSubDistributor        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSubDistributor          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSubDistributor = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	KeySubDistributors = []byte("SubDistributors")
)
View Source
var (
	RemainsKeyPrefix = []byte{0x04}
)

Functions

func ParamKeyTable added in v1.3.0

func ParamKeyTable() paramtypes.KeyTable

ParamKeyTable the param key table for launch module

Types

type Account

type Account struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
}

func (*Account) Descriptor

func (*Account) Descriptor() ([]byte, []int)

func (*Account) GetId

func (m *Account) GetId() string

func (*Account) GetType

func (m *Account) GetType() string

func (*Account) Marshal

func (m *Account) Marshal() (dAtA []byte, err error)

func (*Account) MarshalTo

func (m *Account) MarshalTo(dAtA []byte) (int, error)

func (*Account) MarshalToSizedBuffer

func (m *Account) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) Reset

func (m *Account) Reset()

func (*Account) Size

func (m *Account) Size() (n int)

func (*Account) String

func (m *Account) String() string

func (*Account) Unmarshal

func (m *Account) Unmarshal(dAtA []byte) error

func (*Account) XXX_DiscardUnknown

func (m *Account) XXX_DiscardUnknown()

func (*Account) XXX_Marshal

func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Account) XXX_Merge

func (m *Account) XXX_Merge(src proto.Message)

func (*Account) XXX_Size

func (m *Account) XXX_Size() int

func (*Account) XXX_Unmarshal

func (m *Account) XXX_Unmarshal(b []byte) error

type BurnShare

type BurnShare struct {
	// float percent =1;
	Percent github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,1,opt,name=percent,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"percent" yaml:"percent"`
}

func (*BurnShare) Descriptor

func (*BurnShare) Descriptor() ([]byte, []int)

func (*BurnShare) Marshal

func (m *BurnShare) Marshal() (dAtA []byte, err error)

func (*BurnShare) MarshalTo

func (m *BurnShare) MarshalTo(dAtA []byte) (int, error)

func (*BurnShare) MarshalToSizedBuffer

func (m *BurnShare) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BurnShare) ProtoMessage

func (*BurnShare) ProtoMessage()

func (*BurnShare) Reset

func (m *BurnShare) Reset()

func (*BurnShare) Size

func (m *BurnShare) Size() (n int)

func (*BurnShare) String

func (m *BurnShare) String() string

func (*BurnShare) Unmarshal

func (m *BurnShare) Unmarshal(dAtA []byte) error

func (*BurnShare) XXX_DiscardUnknown

func (m *BurnShare) XXX_DiscardUnknown()

func (*BurnShare) XXX_Marshal

func (m *BurnShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BurnShare) XXX_Merge

func (m *BurnShare) XXX_Merge(src proto.Message)

func (*BurnShare) XXX_Size

func (m *BurnShare) XXX_Size() int

func (*BurnShare) XXX_Unmarshal

func (m *BurnShare) XXX_Unmarshal(b []byte) error

type Destination

type Destination struct {
	Account   Account    `protobuf:"bytes,1,opt,name=account,proto3" json:"account"`
	Share     []*Share   `protobuf:"bytes,2,rep,name=share,proto3" json:"share,omitempty"`
	BurnShare *BurnShare `protobuf:"bytes,3,opt,name=burn_share,json=burnShare,proto3" json:"burn_share,omitempty"`
}

func (*Destination) Descriptor

func (*Destination) Descriptor() ([]byte, []int)

func (*Destination) GetAccount

func (m *Destination) GetAccount() Account

func (*Destination) GetBurnShare

func (m *Destination) GetBurnShare() *BurnShare

func (*Destination) GetShare

func (m *Destination) GetShare() []*Share

func (*Destination) Marshal

func (m *Destination) Marshal() (dAtA []byte, err error)

func (*Destination) MarshalTo

func (m *Destination) MarshalTo(dAtA []byte) (int, error)

func (*Destination) MarshalToSizedBuffer

func (m *Destination) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Destination) ProtoMessage

func (*Destination) ProtoMessage()

func (*Destination) Reset

func (m *Destination) Reset()

func (*Destination) Size

func (m *Destination) Size() (n int)

func (*Destination) String

func (m *Destination) String() string

func (*Destination) Unmarshal

func (m *Destination) Unmarshal(dAtA []byte) error

func (*Destination) XXX_DiscardUnknown

func (m *Destination) XXX_DiscardUnknown()

func (*Destination) XXX_Marshal

func (m *Destination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Destination) XXX_Merge

func (m *Destination) XXX_Merge(src proto.Message)

func (*Destination) XXX_Size

func (m *Destination) XXX_Size() int

func (*Destination) XXX_Unmarshal

func (m *Destination) XXX_Unmarshal(b []byte) error

type Params added in v1.3.0

type Params struct {
	SubDistributors []SubDistributor `protobuf:"bytes,1,rep,name=sub_distributors,json=subDistributors,proto3" json:"sub_distributors"`
}

Params defines the parameters for the module.

func (*Params) Descriptor added in v1.3.0

func (*Params) Descriptor() ([]byte, []int)

func (*Params) GetSubDistributors added in v1.3.0

func (m *Params) GetSubDistributors() []SubDistributor

func (*Params) Marshal added in v1.3.0

func (m *Params) Marshal() (dAtA []byte, err error)

func (*Params) MarshalTo added in v1.3.0

func (m *Params) MarshalTo(dAtA []byte) (int, error)

func (*Params) MarshalToSizedBuffer added in v1.3.0

func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Params) ParamSetPairs added in v1.3.0

func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs

ParamSetPairs get the params.ParamSet

func (*Params) ProtoMessage added in v1.3.0

func (*Params) ProtoMessage()

func (*Params) Reset added in v1.3.0

func (m *Params) Reset()

func (*Params) Size added in v1.3.0

func (m *Params) Size() (n int)

func (Params) String added in v1.3.0

func (p Params) String() string

String implements the Stringer interface.

func (*Params) Unmarshal added in v1.3.0

func (m *Params) Unmarshal(dAtA []byte) error

func (*Params) XXX_DiscardUnknown added in v1.3.0

func (m *Params) XXX_DiscardUnknown()

func (*Params) XXX_Marshal added in v1.3.0

func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Params) XXX_Merge added in v1.3.0

func (m *Params) XXX_Merge(src proto.Message)

func (*Params) XXX_Size added in v1.3.0

func (m *Params) XXX_Size() int

func (*Params) XXX_Unmarshal added in v1.3.0

func (m *Params) XXX_Unmarshal(b []byte) error

type Share

type Share struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// float percent = 2;
	Percent github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,2,opt,name=percent,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"percent" yaml:"percent"`
	Account Account                                `protobuf:"bytes,3,opt,name=account,proto3" json:"account"`
}

func (*Share) Descriptor

func (*Share) Descriptor() ([]byte, []int)

func (*Share) GetAccount

func (m *Share) GetAccount() Account

func (*Share) GetName

func (m *Share) GetName() string

func (*Share) Marshal

func (m *Share) Marshal() (dAtA []byte, err error)

func (*Share) MarshalTo

func (m *Share) MarshalTo(dAtA []byte) (int, error)

func (*Share) MarshalToSizedBuffer

func (m *Share) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Share) ProtoMessage

func (*Share) ProtoMessage()

func (*Share) Reset

func (m *Share) Reset()

func (*Share) Size

func (m *Share) Size() (n int)

func (*Share) String

func (m *Share) String() string

func (*Share) Unmarshal

func (m *Share) Unmarshal(dAtA []byte) error

func (*Share) XXX_DiscardUnknown

func (m *Share) XXX_DiscardUnknown()

func (*Share) XXX_Marshal

func (m *Share) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Share) XXX_Merge

func (m *Share) XXX_Merge(src proto.Message)

func (*Share) XXX_Size

func (m *Share) XXX_Size() int

func (*Share) XXX_Unmarshal

func (m *Share) XXX_Unmarshal(b []byte) error

type State

type State struct {
	Account     *Account                                    `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Burn        bool                                        `protobuf:"varint,2,opt,name=burn,proto3" json:"burn,omitempty"`
	CoinsStates github_com_cosmos_cosmos_sdk_types.DecCoins `` /* 159-byte string literal not displayed */
}

func (*State) Descriptor

func (*State) Descriptor() ([]byte, []int)

func (*State) GetAccount

func (m *State) GetAccount() *Account

func (*State) GetBurn

func (m *State) GetBurn() bool

func (*State) GetCoinsStates

func (*State) Marshal

func (m *State) Marshal() (dAtA []byte, err error)

func (*State) MarshalTo

func (m *State) MarshalTo(dAtA []byte) (int, error)

func (*State) MarshalToSizedBuffer

func (m *State) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*State) ProtoMessage

func (*State) ProtoMessage()

func (*State) Reset

func (m *State) Reset()

func (*State) Size

func (m *State) Size() (n int)

func (*State) String

func (m *State) String() string

func (*State) Unmarshal

func (m *State) Unmarshal(dAtA []byte) error

func (*State) XXX_DiscardUnknown

func (m *State) XXX_DiscardUnknown()

func (*State) XXX_Marshal

func (m *State) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*State) XXX_Merge

func (m *State) XXX_Merge(src proto.Message)

func (*State) XXX_Size

func (m *State) XXX_Size() int

func (*State) XXX_Unmarshal

func (m *State) XXX_Unmarshal(b []byte) error

type SubDistributor

type SubDistributor struct {
	Name        string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Sources     []*Account  `protobuf:"bytes,2,rep,name=sources,proto3" json:"sources,omitempty"`
	Destination Destination `protobuf:"bytes,3,opt,name=destination,proto3" json:"destination"`
}

func (*SubDistributor) Descriptor

func (*SubDistributor) Descriptor() ([]byte, []int)

func (*SubDistributor) GetDestination

func (m *SubDistributor) GetDestination() Destination

func (*SubDistributor) GetName

func (m *SubDistributor) GetName() string

func (*SubDistributor) GetSources

func (m *SubDistributor) GetSources() []*Account

func (*SubDistributor) Marshal

func (m *SubDistributor) Marshal() (dAtA []byte, err error)

func (*SubDistributor) MarshalTo

func (m *SubDistributor) MarshalTo(dAtA []byte) (int, error)

func (*SubDistributor) MarshalToSizedBuffer

func (m *SubDistributor) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SubDistributor) ProtoMessage

func (*SubDistributor) ProtoMessage()

func (*SubDistributor) Reset

func (m *SubDistributor) Reset()

func (*SubDistributor) Size

func (m *SubDistributor) Size() (n int)

func (*SubDistributor) String

func (m *SubDistributor) String() string

func (*SubDistributor) Unmarshal

func (m *SubDistributor) Unmarshal(dAtA []byte) error

func (*SubDistributor) XXX_DiscardUnknown

func (m *SubDistributor) XXX_DiscardUnknown()

func (*SubDistributor) XXX_Marshal

func (m *SubDistributor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubDistributor) XXX_Merge

func (m *SubDistributor) XXX_Merge(src proto.Message)

func (*SubDistributor) XXX_Size

func (m *SubDistributor) XXX_Size() int

func (*SubDistributor) XXX_Unmarshal

func (m *SubDistributor) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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