com.r3corda.client.model / Diff

Diff

data class Diff<out T : ContractState>


Constructors

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

Properties

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