TransactionType

public enum TransactionType: UInt8, Encodable

Type of transactions supported on Lisk network

  • Undocumented

    Declaration

    Swift

    case transfer = 0
  • Undocumented

    Declaration

    Swift

    case castVotes = 3
  • Undocumented

    Declaration

    Swift

    case createDapp = 5