79 |
80 |
81 |
82 |
85 |
86 | {blockSyncError && (
87 |
88 |
Block sync error:
89 |
{JSON.stringify(blockSyncError, null, 2)}
90 |
91 |
92 | )}
93 | Balance: {balancePayload?.balance.formatted}
94 | Locked Balance: {balancePayload && balancePayload?.locked?.formatted}
95 | Reserved Balance: {balancePayload?.reserved?.formatted}
96 | Total Balance: {balancePayload?.total?.formatted}
97 | Available Balance: {balancePayload?.available?.formatted}
98 |
99 |
100 | Asset balance: {assetPayload?.balance.formatted}
101 |
102 |
103 | Page two
104 |
105 |