send Minting Transaction
abstract suspend fun sendMintingTransaction(walletAddress: String, mintingProperties: MintingProperties): MintingTransactionResult
Content copied to clipboard
Initiates a minting transaction using the given wallet
Return
Result of the minting containing the transaction hash
Parameters
wallet Address
The address from which we want to mint
minting Properties
The properties necessary for minting (gasPrice, gasAmount, contractAddress, contractABI)