Module Signed_command.Fields
val hash :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val memo :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val valid_until :
( [< `Read | `Set_and_create ], t, int64 option ) Fieldslib.Field.t_with_perm
val fee :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val amount :
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm
val nonce :
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm
val receiver_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val source_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val fee_payer_id :
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm
val command_type :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val make_creator :
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> string ) * 'c ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int ) * 'f ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ->
( 'h -> int ) * 'i ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'j ->
( 'k -> int ) * 'l ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'm ->
( 'n -> int64 ) * 'o ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'p ->
( 'q -> string option ) * 'r ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
's ->
( 't -> string ) * 'u ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
'v ->
( 'w -> int64 option ) * 'x ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'y ->
( 'z -> string ) * 'a1 ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'b1 ->
( 'c1 -> string ) * 'd1 ) ->
'e1 ->
( 'f1 -> t ) * 'g1
val create :
command_type:string ->
fee_payer_id:int ->
source_id:int ->
receiver_id:int ->
nonce:int64 ->
amount:string option ->
fee:string ->
valid_until:int64 option ->
memo:string ->
hash:string ->
t
val map :
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
int ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
int64 ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
string option ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
int64 option ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
t
val iter :
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
unit ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
unit ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
unit ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
unit ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
command_type:
( 'b ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'c ) ->
fee_payer_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'e ) ->
source_id:
( 'f ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'g ) ->
receiver_id:
( 'h ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'i ) ->
nonce:
( 'j ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'k ) ->
amount:
( 'l ->
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'm ) ->
fee:
( 'n ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'o ) ->
valid_until:
( 'p ->
( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
'q ) ->
memo:
( 'r ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
's ) ->
hash:
( 't ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'u ) ->
'v
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
bool ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
bool ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
bool ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
bool ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
bool ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
command_type:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'a ) ->
fee_payer_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'b ) ->
source_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'c ) ->
receiver_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
'd ) ->
nonce:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'e ) ->
amount:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
'f ) ->
fee:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'g ) ->
valid_until:
( ( [< `Read | `Set_and_create ], t, int64 option )
Fieldslib.Field.t_with_perm ->
'h ) ->
memo:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'i ) ->
hash:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'j ) ->
'k list