corda / net.corda.client.jfx.model / Diff

Diff

data class Diff<out T : ContractState>

Constructors

<init> Diff(added: Collection<StateAndRef<T>>, removed: Collection<StateAndRef<T>>)

Properties

added val added: Collection<StateAndRef<T>>
removed val removed: Collection<StateAndRef<T>>