mintTx( sui_amount: string, txb?: undefined | Transaction, address: string,): Promise< { amountOut: string; coinOut: undefined | TransactionObjectArgument; tx: Transaction; },> Parameters
- sui_amount: string
- txb: undefined | Transaction = undefined
- address: string
Returns Promise<
{
amountOut: string;
coinOut: undefined
| TransactionObjectArgument;
tx: Transaction;
},
>