onCompletion property

  1. @JsonKey(name: 'apan')
  2. @OnCompletionConverter()
OnCompletion? onCompletion
final

Defines what additional actions occur with the transaction. See the OnComplete section of the TEAL spec for details.

Implementation

@JsonKey(name: 'apan')
@OnCompletionConverter()
final OnCompletion? onCompletion;