Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecodeArgs

Hierarchy

  • DecodeArgs

Index

Properties

Methods

Properties

type

type: string

The type of the value to decode.

value

value: Uint8Array

The value to decode.

Methods

skip

  • skip(length: number): void
  • A function to skip a certain number of bytes for parsing. This is currently only used by static tuple types.

    Parameters

    • length: number

      The number of bytes to skip.

    Returns void

Generated using TypeDoc