Refresh an Account
Prerequisites :
Getting startedStep 1: Refresh an account
$accountId = '';
$scope = ['profile', 'nft'];
/* Refresh the user */
$user = $client->refreshAccount([
$accountId,
$scope
]);Last updated