+
+
+ setRecipient(e.target.value)}
+ placeholder="5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY"
+ className="bg-gray-800 border-gray-700 text-white mt-2"
+ disabled={isTransferring}
+ />
+
+
+
+
+ setAmount(e.target.value)}
+ placeholder="0.0000"
+ className="bg-gray-800 border-gray-700 text-white mt-2"
+ disabled={isTransferring}
+ />
+
+
+ {txStatus === 'signing' && (
+
+
+ Please sign the transaction in your Polkadot.js extension
+
+
+ )}
+
+ {txStatus === 'pending' && (
+
+
+
+ Transaction pending... Waiting for finalization
+
+
+ )}
+
+
+
+ )}
+