Skip to main content

TransactionEffectsInterface

interface TransactionEffectsInterface

The output or effects of executing a transaction

BCS

The BCS serialized form for this type is defined by the following ABNF:

transaction-effects =  %d00 effects-v1
=/ %d01 effects-v2

Inheritors

TransactionEffects

Functions

NameSummary
asV1abstract fun asV1(): TransactionEffectsV1
digestabstract fun digest(): TransactionEffectsDigest
isV1abstract fun isV1(): Boolean