Skip to content

Commit

Permalink
changes on assettyperesponse to keep parity api latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
caxqueiroz committed Oct 9, 2021
1 parent 1a738d7 commit 9b7dc75
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions fireblocks_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ type CreateVaultAssetResponse struct {
}

type AssetTypeResponse struct {
Id string `json:"Id"`
Name string `json:"name"`
TypeAsset AssetType `json:"type"`
ContractAddress string `json:"contractAddress"`
NativeAsset string `json:"nativeAsset"`
Id string `json:"Id"`
Name string `json:"name"`
AssetType string `json:"type"`
ContractAddress string `json:"contractAddress"`
NativeAsset string `json:"nativeAsset"`
}

type VaultAccountAssetAddress struct {
Expand Down Expand Up @@ -453,15 +453,6 @@ const (
PTCompound = "COMPOUND"
)

type AssetType string

const (
BaseAsset AssetType = "BASE_ASSET"
ETH = "ETH"
CONTRACT = "CONTRACT"
FIAT = "FIAT"
)

type EventType string

const (
Expand Down

0 comments on commit 9b7dc75

Please sign in to comment.