Sha256: 206abe343ea7231b15e32dff82efb1519c5068ab8a17a4db2ba4f24b00734a88
Contents?: true
Size: 653 Bytes
Versions: 692
Compression:
Stored size: 653 Bytes
Contents
# CybridApiBank::AssetBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The asset type; one of fiat or crypto. | | | **code** | **String** | The unique code for the asset. | | | **name** | **String** | The name of the asset. | | | **symbol** | **String** | The currency symbol for the asset. | | | **decimals** | **Integer** | The number of decimals for the default unit of the asset. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::AssetBankModel.new( type: null, code: null, name: null, symbol: null, decimals: null ) ```
Version data entries
692 entries across 692 versions & 1 rubygems