Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Data<UsesArgs>
    • Uses

Index

Constructors

  • new Uses(args: UsesArgs): Uses
  • Parameters

    • args: UsesArgs

    Returns Uses

Properties

remaining: number
total: number
useMethod: UseMethod
SCHEMA: any = ...

Methods

  • deserialize<T, A>(this: DataConstructor<T, A>, data: Buffer): T
  • Type Parameters

    • T

    • A

    Parameters

    • this: DataConstructor<T, A>
    • data: Buffer

    Returns T

  • serialize<T, A>(this: DataConstructor<T, A>, args?: A): Buffer
  • Type Parameters

    • T

    • A

    Parameters

    • this: DataConstructor<T, A>
    • Optional args: A

    Returns Buffer

  • struct<T, A>(this: DataConstructor<T, A>, fields: any): Map<any, any>
  • Type Parameters

    • T

    • A

    Parameters

    • this: DataConstructor<T, A>
    • fields: any

    Returns Map<any, any>

Generated using TypeDoc