Documentation ¶
Index ¶
- Constants
- func MakeKVStoreCodec() *go_amino.Codec
- func RegisterCodec(cdc *go_amino.Codec)
- type KvMapper
- type KvstoreTx
- func (kv KvstoreTx) CalcGas() types.BigInt
- func (kv KvstoreTx) Exec(ctx context.Context) (result types.Result, crossTxQcps *txs.TxQcp)
- func (kv KvstoreTx) GetGasPayer() types.AccAddress
- func (kv KvstoreTx) GetSignData() []byte
- func (kv KvstoreTx) GetSigner() []types.AccAddress
- func (kv KvstoreTx) ValidateData(ctx context.Context) error
Constants ¶
View Source
const KVMapperName = "kv"
Variables ¶
This section is empty.
Functions ¶
func MakeKVStoreCodec ¶ added in v0.0.2
func RegisterCodec ¶ added in v0.0.2
Types ¶
type KvMapper ¶
type KvMapper struct {
*mapper.BaseMapper
}
func NewKvMapper ¶
func NewKvMapper() *KvMapper
type KvstoreTx ¶
func NewKvstoreTx ¶
func (KvstoreTx) GetGasPayer ¶
func (kv KvstoreTx) GetGasPayer() types.AccAddress
func (KvstoreTx) GetSignData ¶
func (KvstoreTx) GetSigner ¶
func (kv KvstoreTx) GetSigner() []types.AccAddress
Click to show internal directories.
Click to hide internal directories.