package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type info = {
  1. balance : Alpha_context.Tez.t;
  2. delegate : Alpha_context.public_key_hash option;
  3. counter : Alpha_context.counter option;
  4. script : Alpha_context.Script.t option;
}
val register : unit -> unit