Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockReqData ¶
type BlockReqData struct { base.BaseReqModel Body BlockReqDataBody `json:"body"` }
func (*BlockReqData) GetEncryptionValue ¶
func (f *BlockReqData) GetEncryptionValue() string
type BlockReqDataBody ¶
type ContractData ¶ added in v1.1.1
type KeyTransReqData ¶ added in v1.1.1
type KeyTransReqData struct { base.BaseReqModel Body KeyTransReqDataBody `json:"body"` //消息体 }
func (*KeyTransReqData) GetEncryptionValue ¶ added in v1.1.1
func (f *KeyTransReqData) GetEncryptionValue() string
type KeyTransReqDataBody ¶ added in v1.1.1
type TransData ¶ added in v1.1.1
type TransData struct { Contract ContractData FuncName string Args []interface{} UserName string }
type TransReqData ¶
type TransReqData struct { base.BaseReqModel Body TransReqDataBody `json:"body"` }
func (*TransReqData) GetEncryptionValue ¶
func (f *TransReqData) GetEncryptionValue() string
type TransReqDataBody ¶
type TxTransReqData ¶
type TxTransReqData struct { base.BaseReqModel Body TxTransReqDataBody `json:"body"` }
func (*TxTransReqData) GetEncryptionValue ¶
func (f *TxTransReqData) GetEncryptionValue() string
type TxTransReqDataBody ¶
type TxTransReqDataBody struct {
TxId string `json:"txHash"`
}
Click to show internal directories.
Click to hide internal directories.