Documentation ¶
Index ¶
- Constants
- func QueryTxResult(txHash []byte) (string, *abci.ResponseDeliverTx, error)
- type Cosmos_Block
- func (cosmos *Cosmos_Block) Name() string
- func (cosmos *Cosmos_Block) ParseBlock(b int64, client *cosmoshelper.CosmosClient) (resBlock *cmodel.Block, cosmosTxs []cmodel.CosmosTx, resErr error)
- func (cosmos *Cosmos_Block) ParseCosmosTxModel(txBytes types.Tx, block *types.Block) []cmodel.CosmosTx
- func (cosmos *Cosmos_Block) ParseCosmosTxs(b int64, client *cosmoshelper.CosmosClient) ([]cmodel.CosmosTx, error)
- func (cosmos *Cosmos_Block) SaveDocsWithTxn(blockDoc *cmodel.Block, cosmosTxs []cmodel.CosmosTx, ...) error
- type MsgBeginRedelegate
- type MsgCreateValidator
- type MsgDelegate
- type MsgDeposit
- type MsgEditValidator
- type MsgMultiSend
- type MsgSetWithdrawAddress
- type MsgSubmitProposal
- type MsgTransfer
- type MsgUndelegate
- type MsgUnjail
- type MsgVerifyInvariant
- type MsgVote
- type MsgWithdrawDelegatorReward
- type MsgWithdrawValidatorCommission
- type Proposal
Constants ¶
View Source
const (
COSMOS = "Cosmos"
)
Variables ¶
This section is empty.
Functions ¶
func QueryTxResult ¶
func QueryTxResult(txHash []byte) (string, *abci.ResponseDeliverTx, error)
get tx status and log by query txHash
Types ¶
type Cosmos_Block ¶
type Cosmos_Block struct{}
func (*Cosmos_Block) Name ¶
func (cosmos *Cosmos_Block) Name() string
func (*Cosmos_Block) ParseBlock ¶
func (*Cosmos_Block) ParseCosmosTxModel ¶
func (*Cosmos_Block) ParseCosmosTxs ¶
func (cosmos *Cosmos_Block) ParseCosmosTxs(b int64, client *cosmoshelper.CosmosClient) ([]cmodel.CosmosTx, error)
parse cosmos txs from block result txs
func (*Cosmos_Block) SaveDocsWithTxn ¶
func (cosmos *Cosmos_Block) SaveDocsWithTxn(blockDoc *cmodel.Block, cosmosTxs []cmodel.CosmosTx, taskDoc cmodel.SyncCosmosTask) error
type MsgBeginRedelegate ¶
type MsgBeginRedelegate = stypes.MsgBeginRedelegate
type MsgCreateValidator ¶
type MsgCreateValidator = stypes.MsgCreateValidator
type MsgDelegate ¶
type MsgDelegate = stypes.MsgDelegate
type MsgDeposit ¶
type MsgDeposit = gov.MsgDeposit
type MsgEditValidator ¶
type MsgEditValidator = stypes.MsgEditValidator
type MsgMultiSend ¶
type MsgMultiSend = bank.MsgMultiSend
type MsgSetWithdrawAddress ¶
type MsgSetWithdrawAddress = dtypes.MsgSetWithdrawAddress
type MsgSubmitProposal ¶
type MsgSubmitProposal = gov.MsgSubmitProposal
type MsgTransfer ¶
type MsgUndelegate ¶
type MsgUndelegate = stypes.MsgUndelegate
type MsgVerifyInvariant ¶
type MsgVerifyInvariant = crisis.MsgVerifyInvariant
type MsgWithdrawDelegatorReward ¶
type MsgWithdrawDelegatorReward = dtypes.MsgWithdrawDelegatorReward
type MsgWithdrawValidatorCommission ¶
type MsgWithdrawValidatorCommission = dtypes.MsgWithdrawValidatorCommission
Click to show internal directories.
Click to hide internal directories.