public static class NotaryChange.Builder
extends TransactionBuilder
A transaction builder that automatically sets the transaction type to class TransactionType.NotaryChange
and adds the list of participants to the signers set for every input state.
class TransactionType.NotaryChange
Constructor and Description |
---|
Builder(Party notary)
A transaction builder that automatically sets the transaction type to
class TransactionType.NotaryChange
and adds the list of participants to the signers set for every input state. |
Modifier and Type | Method and Description |
---|---|
void |
addInputState(StateAndRef<?> stateAndRef) |
addAttachment, addCommand, addCommand, addCommand, addInputState, addOutputState, addOutputState, addOutputState, addOutputState, addSignatureUnchecked, attachments, checkAndAddSignature, checkSignature, commands, copy, getAttachments, getCommands, getCurrentSigs, getInputs, getNotary, getOutputs, getSigners, getTime, getTimestamp, getType, inputStates, outputStates, setNotary, setTime, setTime, setTimestamp, signWith, toSignedTransaction, toWireTransaction, withItems
public Builder(Party notary)
A transaction builder that automatically sets the transaction type to class TransactionType.NotaryChange
and adds the list of participants to the signers set for every input state.
class TransactionType.NotaryChange
public void addInputState(StateAndRef<?> stateAndRef)