Developer API
...
Metadata & Utilities
Function: getXandeumResult()
3 min
docid\ wxgxpnpidcz6 2b6gh786 docid\ l2rwyc57gjg6s93mcecr9 / getxandeumresult getxandeumresult ( connection , signature ) promise < any > defined in https //github com/xandeum/xandeum web3 js/blob/master/src/getxandeumresult ts#l21 sends a json rpc request to the xandeum compatible endpoint to retrieve the result of a transaction previously submitted with a specific signature this function calls the custom rpc method getxandeumresult , which returns the result associated with the given transaction signature parameters connection connection the solana web3 connection object pointing to a xandeum compatible rpc endpoint signature string the transaction signature string whose result should be queried returns promise < any > a promise\<any> resolving to the parsed json response from the rpc server, which includes the result of the transaction if available