package tezos-protocol-017-PtNairob

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_protocol_environment_017_PtNairob.Base58Source

type 'a encoding
Sourceval simple_decode : 'a encoding -> string -> 'a option
Sourceval simple_encode : 'a encoding -> 'a -> string
type data = ..
val register_encoding : prefix:string -> length:int -> to_raw:('a -> string) -> of_raw:(string -> 'a option) -> wrap:('a -> data) -> 'a encoding
val check_encoded_prefix : 'a encoding -> string -> int -> unit
Sourceval decode : string -> data option
OCaml

Innovation. Community. Security.