values constant

List<XRPLTransactionType> const values

Implementation

static const List<XRPLTransactionType> values = [
  accountDelete,
  accountSet,
  ammBid,
  ammCreate,
  ammDelete,
  ammDeposit,
  ammVote,
  ammWithdraw,
  checkCancel,
  checkCash,
  checkCreate,
  clawback,
  depositPreauth,
  escrowCancel,
  escrowCreate,
  escrowFinish,
  nftokenAcceptOffer,
  nftokenBurn,
  nftokenCancelOffer,
  nftokenCreateOffer,
  nftokenMint,
  offerCancel,
  offerCreate,
  payment,
  paymentChannelClaim,
  paymentChannelCreate,
  paymentChannelFund,
  setRegularKey,
  signerListSet,
  ticketCreate,
  trustSet,
  xChainAccountCreateCommit,
  xChainAddAccountCreateAttestation,
  xChainAddClaimAttestation,
  xChainClaim,
  xChainCommit,
  xChainCreateBridge,
  xChainCreateClaimId,
  xChainModifyBridge,
  didDelete,
  didSet,
  unsupported,
];