transactionData constant

SuiIntentScope const transactionData

Used for a user signature on a transaction data.

Implementation

static const SuiIntentScope transactionData = SuiIntentScope._(
  name: "TransactionData",
  value: 0,
);