Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @taquito/local-forging

Index

Type aliases

Decoder

Decoder: (val: Uint8ArrayConsumer) => string | number | object | undefined

Type declaration

Encoder

Encoder<T>: (val: T) => string

Type parameters

  • T

Type declaration

    • (val: T): string
    • Parameters

      • val: T

      Returns string

ForgeResponse

ForgeResponse: string

Variables

Const VERSION

VERSION: { commitHash: string; version: string } = ...

Type declaration

  • commitHash: string
  • version: string

Const decoders

decoders: {} = ...

Type declaration

Const encoders

encoders: {} = ...

Type declaration

Const localForger

localForger: LocalForger = ...

Const opMapping

opMapping: {} = ...

Type declaration

  • [key: string]: string

Const opMappingReverse

opMappingReverse: {} = ...

Type declaration

  • [key: string]: string

Functions

getCodec

Generated using TypeDoc