Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 986 Bytes

File metadata and controls

26 lines (20 loc) · 986 Bytes

OpenapiClient::CryptoAddressDto

Properties

Name Type Description Notes
address String The crypto address to send funds to [optional]
tag String This is a payment destination tag. This fields isn't null when the paidCurrency currency value is XRP. [optional]
protocol String The protocol behind a currency, 'ERC20' or 'TRC20'. [optional]
uri String The destination address URI for QR code [optional]
alternatives Array<AlternativeAddressDto> The list of non-default addresses for other tokens [optional]

Example

require 'openapi_client'

instance = OpenapiClient::CryptoAddressDto.new(
  address: 0xb794f5ea0ba39494ce839613fffba74279579268,
  tag: ,
  protocol: ERC20,
  uri: ethereum:0xABCDabcdABcDabcDaBCDAbcdABcdAbCdABcDABCd?value&#x3D;1.1e18,
  alternatives: null
)