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