• Preparing search index...
  • The search index is not available
Taquito
  • Taquito
  • @taquito/local-forging
  • getCodec

Function getCodec

  • getCodec(codec, _proto): {
        decoder: ((hex: string) => any);
        encoder: Encoder<any>;
    }
  • Parameters

    • codec: CODEC
    • _proto: ProtocolsHash

    Returns {
        decoder: ((hex: string) => any);
        encoder: Encoder<any>;
    }

    • decoder: ((hex: string) => any)
        • (hex): any
        • Parameters

          • hex: string

          Returns any

    • encoder: Encoder<any>
    • Defined in packages/taquito-local-forging/src/taquito-local-forging.ts:27

Settings

Member Visibility
Taquito
  • Loading...

Generated using TypeDoc