pub async fn mint_note(
client: &mut TestClient,
basic_account_id: AccountId,
faucet_account_id: AccountId,
note_type: NoteType,
) -> (TransactionId, Note)Available on crate features
testing and std only.Expand description
Mints a note from faucet_account_id for basic_account_id and returns the executed
transaction ID and the note with MINT_AMOUNT units of the corresponding fungible asset.