Skip to main content

Types

HTTP Methods

The Web2 proxy supports standard HTTP methods through the Web2Method type:

Request Parameters

When making requests through the proxy, use the IStartProxyParams interface to structure your request:

Response Types

txHash is added by the SDK after confirm/broadcast; node responses may omit it. Only hashes (responseHash, responseHeadersHash) are stored on-chain; not the full response. Response type from startProxy:

Usage Examples

Handling Responses