add documentation lines

This commit is contained in:
2024-08-27 10:20:38 +03:00
parent 0aacc06146
commit 1a0173eee5

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: