IntentScope property

BcsType<Map<String, dynamic>, dynamic> IntentScope
final

Implementation

static final IntentScope = Bcs.enumeration('IntentScope', {
  'TransactionData': null,
  'TransactionEffects': null,
  'CheckpointSummary': null,
  'PersonalMessage': null,
});