Uses of Class
io.gopluslabs.client.request.InputDecodeRequest
-
Packages that use InputDecodeRequest Package Description io.gopluslabs.client io.gopluslabs.client.request -
-
Uses of InputDecodeRequest in io.gopluslabs.client
Methods in io.gopluslabs.client with parameters of type InputDecodeRequest Modifier and Type Method Description static ParseAbiDataGoPlusClient. inputDecode(InputDecodeRequest request)Get abi decode info -
Uses of InputDecodeRequest in io.gopluslabs.client.request
Methods in io.gopluslabs.client.request that return InputDecodeRequest Modifier and Type Method Description static InputDecodeRequestInputDecodeRequest. of(String chainId, String address, String data)static InputDecodeRequestInputDecodeRequest. of(String chainId, String address, String data, Integer timeout)static InputDecodeRequestInputDecodeRequest. of(String chainId, String address, String data, String signer)static InputDecodeRequestInputDecodeRequest. of(String chainId, String address, String data, String signer, Integer timeout)static InputDecodeRequestInputDecodeRequest. of(String chainId, String address, String data, String signer, String authorization)static InputDecodeRequestInputDecodeRequest. of(String chainId, String address, String data, String signer, String authorization, Integer timeout)
-