Skip to content
Snippets Groups Projects
Commit 8d07e997 authored by Julien Sagot's avatar Julien Sagot
Browse files

Add MichelineMichelsonV1Expression.t type

parent c03625a6
Branches
Tags
2 merge requests!91.0.9,!7Add MichelineMichelsonV1Expression.t
Pipeline #770182243 passed
......@@ -44,6 +44,10 @@ type transactionHash = string
type signingType = [#raw | #operation | #micheline]
module MichelineMichelsonV1Expression = {
type t
}
module Message = {
module Request = {
module PartialOperation = {
......@@ -60,10 +64,9 @@ module Message = {
]
type basePartialOperation = {kind: partialOperationType}
type rawMethodArg
type transactionParams = {
entrypoint: string,
value: rawMethodArg,
value: MichelineMichelsonV1Expression.t,
// fee: option<int>,
// gasLimit: option<int>,
// storageLimit: option<int>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment