corda / net.corda.core.transactions / NotaryChangeLedgerTransaction / copy

copy

fun copy(inputs: List<StateAndRef<ContractState>> = this.inputs, notary: Party = this.notary, newNotary: Party = this.newNotary, id: SecureHash = this.id, sigs: List<TransactionSignature> = this.sigs): NotaryChangeLedgerTransaction
Deprecated: NotaryChangeLedgerTransaction should not be created directly, use NotaryChangeWireTransaction.resolve instead.