Module Block.Internal_command_info

module Kind : sig ... end
type t = {
kind : Kind.t;
receiver : [ `Pk of string ];
receiver_account_creation_fee_paid : Unsigned_extended.UInt64.t option;
fee : Unsigned_extended.UInt64.t;
token : [ `Token_id of string ];
sequence_no : int;
secondary_sequence_no : int;
hash : string;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
module T (M : Rosetta_lib.Monad_fail.S) : sig ... end
val dummies : t list