Documentation Index
Fetch the complete documentation index at: https://mintlify.com/frol/near-connect-ios/llms.txt
Use this file to discover all available pages before exploring further.
TransactionResult contains the transaction hashes and raw result data returned by the wallet after successfully signing and sending a transaction.
Properties
Array of transaction hash strings. Each hash is a unique identifier for a transaction that was sent to the NEAR blockchain.
Optional raw JSON result string returned by the wallet. Contains the full transaction outcome data from the blockchain.
Usage
TransactionResult is returned by the following methods:
signAndSendTransaction(receiverId:actions:)sendNEAR(to:amountYocto:)callFunction(contractId:methodName:args:gas:deposit:)
Example: Sending NEAR
Example: Calling a Contract Function
Notes
- The
transactionHashesarray typically contains one hash for single transactions - For batch transactions, multiple hashes may be returned
- The
rawResultfield contains detailed blockchain response data that can be parsed for transaction receipts and outcomes - Transaction hashes can be used to query transaction status via the NEAR RPC API