The Mee client instance
Extends the client with additional functionality
Makes HTTP requests to the Http node
Parameters for retrieving the receipt
Optional
account?: MultichainSmartAccountOptional smart account to execute the transaction. If not provided, uses the client's default account
Optional
confirmations?: numberThe number of confirmations to wait for. Defaults to 2. Only used if waitForReceipts is true.
Optional
waitForReceipts?: booleanWhether to wait for receipts to be mined. Defaults to true.
Optional
waitForReceipts?: TPromise resolving to the supertransaction receipt, with or without chain receipts depending on waitForReceipts
Get a supertransaction receipt from the MEE node