Node.Services
val errors : Rp.tzfunc_error EzAPI.Err.case list
type nonrec 'a service0 = ('a, Rp.error, EzAPI.no_security) EzAPI.service0
type nonrec ('a, 'b) service1 =
('a, 'b, Rp.error, EzAPI.no_security) EzAPI.service1
type nonrec ('a, 'b, 'c) service2 =
('a, 'b, 'c, Rp.error, EzAPI.no_security) EzAPI.service2
type nonrec ('a, 'b) post_service0 =
('a, 'b, Rp.error, EzAPI.no_security) EzAPI.post_service0
type nonrec ('a, 'b, 'c) post_service1 =
('a, 'b, 'c, Rp.error, EzAPI.no_security) EzAPI.post_service1
val account_info :
(Proto.A.block_hash, Proto.A.contract, Proto.account) service2
val header : (Proto.A.block_hash, header_block) service1
val head_hash : Proto.A.block_hash service0
val constants : (Proto.A.block_hash, Proto.constants) service1
val manager_key :
(Proto.A.block_hash, Proto.A.contract, Proto.A.pk option) service2
val entrypoints : (string, entrypoints) service1
val entrypoint_type : (Proto.A.contract, string, Proto.micheline) service2
val storage : (Proto.A.block_hash, Proto.A.contract, Proto.micheline) service2
val big_map :
string ->
(Proto.A.zarith, Proto.A.contract, Proto.micheline) service2
val preapply : (preapply, preapply) post_service0
val run_operation : (run_input, run_output) post_service0
val run_view : (run_view_input, Proto.micheline) post_service0
val run_code : (run_code_input, run_code_output) post_service0
val inject : (Proto.hex, Proto.A.operation_hash) post_service0
val forge : (Proto.A.contract, forge, Proto.hex) post_service1