values constant

List<ExtensionType> const values

List of all ExtensionType values.

Implementation

static const List<ExtensionType> values = [
  uninitialized,
  transferFeeConfig,
  transferFeeAmount,
  mintCloseAuthority,
  confidentialTransferMint,
  confidentialTransferAccount,
  defaultAccountState,
  immutableOwner,
  memoTransfer,
  nonTransferable,
  interestBearingConfig,
  cpiGuard,
  permanentDelegate,
  nonTransferableAccount,
  transferHook,
  transferHookAccount,
  metadataPointer,
  tokenMetadata
];