sendMintingTransaction

abstract suspend fun sendMintingTransaction(walletAddress: String, mintingProperties: MintingProperties): MintingTransactionResult

Initiates a minting transaction using the given wallet

Return

Result of the minting containing the transaction hash

Parameters

walletAddress

The address from which we want to mint

mintingProperties

The properties necessary for minting (gasPrice, gasAmount, contractAddress, contractABI)