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
| Name | Summary |
|---|---|
| asV1 | abstract fun asV1(): TransactionEffectsV1 |
| digest | abstract fun digest(): TransactionEffectsDigest |
| isV1 | abstract fun isV1(): Boolean |