add documentation lines

This commit is contained in:
Carlosokumu 2024-08-27 10:20:38 +03:00
parent 0aacc06146
commit 1a0173eee5
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

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: