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 ¶
type KeyTransReqData ¶
type KeyTransReqData struct { base.BaseReqModel Body KeyTransReqDataBody `json:"body"` //消息体 }
func (*KeyTransReqData) GetEncryptionValue ¶
func (f *KeyTransReqData) GetEncryptionValue() string
type KeyTransReqDataBody ¶
type LedgerReqData ¶
type LedgerReqData struct { base.BaseReqModel Body LedgerReqDataBody `json:"body"` }
func (*LedgerReqData) GetEncryptionValue ¶
func (f *LedgerReqData) GetEncryptionValue() string
type LedgerReqDataBody ¶
type LedgerReqDataBody struct { }
type TransData ¶
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 TxReqData ¶
type TxReqData struct { base.BaseReqModel Body TxReqDataBody `json:"body"` }
func (*TxReqData) GetEncryptionValue ¶
type TxReqDataBody ¶
type TxReqDataBody struct {
TxHash string `json:"txHash"`
}
Click to show internal directories.
Click to hide internal directories.