Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertChain ¶
func RemoveChain ¶
func UpdateChain ¶
Types ¶
type Chain ¶
type Chain struct { ID *int `json:"id"` UUID string `json:"uuid"` BaseAssetID *int `json:"baseAssetId"` Name string `json:"name"` AlternateName string `json:"alternateName"` Address string `json:"address"` ChainTypeID *int `json:"chainTypeId"` Description string `json:"description"` CreatedBy string `json:"createdBy"` CreatedAt time.Time `json:"createdAt"` UpdatedBy string `json:"updatedBy"` UpdatedAt time.Time `json:"updatedAt"` }
Asset
func GetChainByAddress ¶
func GetChainByAlternateName ¶
func GetChainList ¶
Click to show internal directories.
Click to hide internal directories.