with States
abstract fun withStates(vararg states: ConsensualState): ConsensualTransactionBuilder
Content copied to clipboard
Adds the specified ConsensualStates to the ConsensualTransactionBuilder.
Return
Returns a new ConsensualTransactionBuilder with the specified output states.
Parameters
states
The states of the output to add to the current ConsensualTransactionBuilder.