TransactionType

public enum TransactionType : String, Codable, Equatable, Sendable

Supported transaction types by the API

  • Unapproved transaction

    Declaration

    Swift

    case unapproved
  • Uncategorized transaction

    Declaration

    Swift

    case uncategorized