TravelRuleOwnershipProof

data class TravelRuleOwnershipProof(val type: String? = null, val proof: String? = null)

Created by Fireblocks Ltd. on 07/10/2024.

Parameters

type

Type of ownership proof

proof

Identification number

Constructors

Link copied to clipboard
constructor(type: String? = null, proof: String? = null)

Properties

Link copied to clipboard
val proof: String? = null
Link copied to clipboard
val type: String? = null