abstract class AbstractTransactionForTest| <init> |
AbstractTransactionForTest() |
| attachments |
val attachments: ArrayList<SecureHash> |
| commands |
val commands: ArrayList<Command> |
| outStates |
val outStates: ArrayList<LabeledOutput> |
| arg |
fun arg(vararg key: PublicKey, c: () -> CommandData): Unit |
| attachment |
fun attachment(attachmentID: SecureHash): Unit |
| commandsToAuthenticatedObjects |
fun commandsToAuthenticatedObjects(): List<AuthenticatedObject<CommandData>> |
| output |
open fun output(label: String? = null, s: () -> ContractState): <ERROR CLASS> |
| timestamp |
fun timestamp(time: Instant): Unitfun timestamp(data: TimestampCommand): Unit |
| transaction |
fun |
| TransactionForTest |
open class TransactionForTest : AbstractTransactionForTest |
| WireTransactionDSL |
inner class WireTransactionDSL<T : ContractState> : AbstractTransactionForTest |