corda / net.corda.core.contracts / Issued / <init>

<init>

Issued(issuer: PartyAndReference, product: P)

The Issued data class holds the details of an on ledger digital asset. In particular it gives the public credentials of the entity that created these digital tokens and the particular product represented.

Parameters

P - the class type of product underlying the definition, for example java.util.Currency.