mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
Add dto
This commit is contained in:
parent
13a3bfb981
commit
4ed5457818
@ -0,0 +1,11 @@
|
||||
package net.corda.core.conclave.common.dto
|
||||
|
||||
import net.corda.core.contracts.ContractState
|
||||
import net.corda.core.contracts.StateAndRef
|
||||
import net.corda.core.serialization.CordaSerializable
|
||||
|
||||
@CordaSerializable
|
||||
class InputsAndRefsForNode(
|
||||
val inputs: Array<StateAndRef<ContractState>>,
|
||||
val refs: Array<StateAndRef<ContractState>>
|
||||
)
|
Loading…
Reference in New Issue
Block a user