CryptoApis::GenerateDepositAddressRBDataItem

Properties

Name Type Description Notes
label String Represents a custom tag that customers can set up for their Wallets and addresses. E.g. custom label named "Special addresses".

Example

require 'crypto_apis'

instance = CryptoApis::GenerateDepositAddressRBDataItem.new(
  label: yourLabelStringHere
)