Anoma.PartialTx
Contents
type PartialTxSource#
A partial transaction consists of consumed resources and created resources
Constructors
LogicFunction : TypeSource#
A function that determines whether a PartialTx is valid
Arguments:
* kind: Indicating whether the resource associated with this logic function was consumed or created in the subject PartialTx.
* partialTx: The PartialTx being validated.
instance ordPartialTx : Ord PartialTxSource#