Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockResData ¶
type BlockResData struct { base.BaseResModel Body *BlockResDataBody `json:"body"` }
func (*BlockResData) GetEncryptionValue ¶
func (f *BlockResData) GetEncryptionValue() string
type BlockResDataBody ¶
type LedgerResData ¶
type LedgerResData struct { base.BaseResModel Body *LedgerResDataBody `json:"body"` }
func (*LedgerResData) GetEncryptionValue ¶
func (f *LedgerResData) GetEncryptionValue() string
type LedgerResDataBody ¶
type TranResData ¶
type TranResData struct { base.BaseResModel Body *TranResDataBody `json:"body"` }
func (*TranResData) GetEncryptionValue ¶
func (f *TranResData) GetEncryptionValue() string
type TranResDataBody ¶
type TransactionData ¶
type TransactionResData ¶
type TransactionResData struct { base.BaseResModel Body *TransactionResDataBody `json:"body"` }
func (*TransactionResData) GetEncryptionValue ¶
func (f *TransactionResData) GetEncryptionValue() string
Click to show internal directories.
Click to hide internal directories.