ABI.EncodeInternalMessage
type params = {
abi : Abi.t option; |
address : string option; |
src_address : string option; |
deploy_set : DeploySet.t option; |
call_set : CallSet.t option; |
value : string; |
bounce : bool option; |
enable_ihr : bool option; |
}
val params_enc : params Json_encoding.encoding
val result_enc : result Json_encoding.encoding