RefreshAccount

Description

Refresh the account balance and nonce.

Declaration

 public static void RefreshAccount(UnityAction<CompleteCallback<Account>> completeMethod = null)

Parameters

Name
Description

completeMethod

Callback triggered after data is loaded.

Last updated