Documentation
¶
Index ¶
- func RegisterCodec(cdc *amino.Codec)
- type TxInitQCP
- func (tx TxInitQCP) CalcGas() btypes.BigInt
- func (tx TxInitQCP) Exec(ctx context.Context) (result btypes.Result, crossTxQcp *txs.TxQcp)
- func (tx TxInitQCP) GetGasPayer() btypes.Address
- func (tx TxInitQCP) GetSignData() (ret []byte)
- func (tx TxInitQCP) GetSigner() []btypes.Address
- func (tx TxInitQCP) ValidateData(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCodec ¶
Types ¶
type TxInitQCP ¶
type TxInitQCP struct {
Creator btypes.Address `json:"creator"` //创建账户
QCPCA *cert.Certificate `json:"ca_qcp"` //CA信息
}
init QCP
func (TxInitQCP) GetGasPayer ¶
func (TxInitQCP) GetSignData ¶
Click to show internal directories.
Click to hide internal directories.