Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to handle the protocol Transaction type http://dev.nuls.io/NULSInfrastructure/generalProtocol.html#transactions

Hierarchy

  • TransactionSerializer

Index

Methods

Static read

Static size

Static sizeHash

Static write

  • Writes data to buf at the specified offset

    Parameters

    • data: ITransactionData

      Transaction data to be written to buffer

    • buf: Buffer

      Buffer object where the transaction will be written

    • Default value offset: number = 0

      Number of bytes to skip before starting to write.

    Returns number

    Offset plus the number of bytes that has been written

Static writeHash