fun generateIssue(tx: TransactionBuilder, issuanceDef: AssetIssuanceDefinition<Currency>, pennies: Long, owner: PublicKey, notary: Party): Unit
Puts together an issuance transaction from the given template, that starts out being owned by the given pubkey.
fun generateIssue(tx: TransactionBuilder, amount: Amount<Currency>, at: PartyAndReference, owner: PublicKey, notary: Party): Unit
Puts together an issuance transaction for the specified amount that starts out being owned by the given pubkey.