Info Currency
data class InfoCurrency(code: String, issuer: String?, codeTemplate: String?, status: String?, displayDecimals: Int?, name: String?, desc: String?, conditions: String?, image: String?, fixedNumber: Int?, maxNumber: Int?, isUnlimited: Boolean?, isAssetAnchored: Boolean?, anchorAssetType: String?, anchorAsset: String?, attestationOfReserve: String?, redemptionInstructions: String?, collateralAddresses: List<String>?, collateralAddressMessages: List<String>?, collateralAddressSignatures: List<String>?, regulated: Boolean?, approvalServer: String?, approvalCriteria: String?)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "approval_criteria" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "attestation_of_reserve" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "collateral_addresses" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "collateral_address_messages" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "collateral_address_signatures" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "is_asset_anchored" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "redemption_instructions" )
Content copied to clipboard