Checking to be an lovely to see

in #krsuccess2 years ago

final operations = dartJs.JsObject.jsify([
[
'account_update2',
{
'account': username,
'json_metadata': '',
'posting_json_metadata': jsonEncode(profileMeta)
},
]
]);

  await steemKeychain.requestBroadcast(
    username: username,
    operations: operations,
    keyType: 'Posting',
    callback: dartJs.allowInterop(
      (response) {
        print('requestBroadcast. updateProfile: ${response['message']}');
        print(
            'requestBroadcast update profile  response success: ${response['success']}');
        if (response['success']) {
          // handleKeychainResult(response);
        } else {
          printError('failed to update profile. ${response['message']}');
        }
      },
    ),
  );

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.034
BTC 63521.22
ETH 3319.09
USDT 1.00
SBD 3.91