mirror of
https://github.com/corda/corda.git
synced 2025-01-12 07:52:38 +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