wip-account-creation #4

Merged
lash merged 143 commits from wip-account-creation into master 2024-08-30 14:37:58 +02:00
Showing only changes of commit 1a0173eee5 - Show all commits

View File

@ -14,7 +14,7 @@ import (
// Parameters:
// - trackingId: A unique identifier for the account.This should be obtained from a previous call to
// CreateAccount or a similar function that returns an AccountResponse. The `trackingId` field in the
// AccountResponse struct can be used here to check the account status.
// AccountResponse struct can be used here to check the account status during a transaction.
//
//
// Returns: