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.26
TRX 0.13
JST 0.032
BTC 61663.08
ETH 2893.40
USDT 1.00
SBD 3.48