CryptoCurrency
Properties
NetworkDisplayName
string
Icon
string
ChainId
float64
Address
string
Decimals
float64
Network
string
Symbol
string
Name
string
Code
string
Id
string
Methods
NewCryptoCurrency
func NewCryptoCurrency(networkDisplayName string, icon string, chainId float64, address string, decimals float64, network string, symbol string, name string, code string, id string, ) *CryptoCurrency
NewCryptoCurrency instantiates a new CryptoCurrency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewCryptoCurrencyWithDefaults
func NewCryptoCurrencyWithDefaults() *CryptoCurrency
NewCryptoCurrencyWithDefaults instantiates a new CryptoCurrency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetNetworkDisplayName
func (o *CryptoCurrency) GetNetworkDisplayName() string
GetNetworkDisplayName returns the NetworkDisplayName field if non-nil, zero value otherwise.
GetNetworkDisplayNameOk
func (o *CryptoCurrency) GetNetworkDisplayNameOk() (*string, bool)
GetNetworkDisplayNameOk returns a tuple with the NetworkDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetworkDisplayName
func (o *CryptoCurrency) SetNetworkDisplayName(v string)
SetNetworkDisplayName sets NetworkDisplayName field to given value.
GetIcon
func (o *CryptoCurrency) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
GetIconOk
func (o *CryptoCurrency) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetIcon
func (o *CryptoCurrency) SetIcon(v string)
SetIcon sets Icon field to given value.
GetChainId
func (o *CryptoCurrency) GetChainId() float64
GetChainId returns the ChainId field if non-nil, zero value otherwise.
GetChainIdOk
func (o *CryptoCurrency) GetChainIdOk() (*float64, bool)
GetChainIdOk returns a tuple with the ChainId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetChainId
func (o *CryptoCurrency) SetChainId(v float64)
SetChainId sets ChainId field to given value.
GetAddress
func (o *CryptoCurrency) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
GetAddressOk
func (o *CryptoCurrency) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAddress
func (o *CryptoCurrency) SetAddress(v string)
SetAddress sets Address field to given value.
GetDecimals
func (o *CryptoCurrency) GetDecimals() float64
GetDecimals returns the Decimals field if non-nil, zero value otherwise.
GetDecimalsOk
func (o *CryptoCurrency) GetDecimalsOk() (*float64, bool)
GetDecimalsOk returns a tuple with the Decimals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDecimals
func (o *CryptoCurrency) SetDecimals(v float64)
SetDecimals sets Decimals field to given value.
GetNetwork
func (o *CryptoCurrency) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
GetNetworkOk
func (o *CryptoCurrency) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetwork
func (o *CryptoCurrency) SetNetwork(v string)
SetNetwork sets Network field to given value.
GetSymbol
func (o *CryptoCurrency) GetSymbol() string
GetSymbol returns the Symbol field if non-nil, zero value otherwise.
GetSymbolOk
func (o *CryptoCurrency) GetSymbolOk() (*string, bool)
GetSymbolOk returns a tuple with the Symbol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSymbol
func (o *CryptoCurrency) SetSymbol(v string)
SetSymbol sets Symbol field to given value.
GetName
func (o *CryptoCurrency) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *CryptoCurrency) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *CryptoCurrency) SetName(v string)
SetName sets Name field to given value.
GetCode
func (o *CryptoCurrency) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
GetCodeOk
func (o *CryptoCurrency) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCode
func (o *CryptoCurrency) SetCode(v string)
SetCode sets Code field to given value.
GetId
func (o *CryptoCurrency) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *CryptoCurrency) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *CryptoCurrency) SetId(v string)
SetId sets Id field to given value.
[Back to Model list] [Back to API list] [Back to README]