use wrapper functions for send and delegate

form updates

update working

finish bonding and unbonding setup

funds allocation check when bonding/sending/delegating

update title
This commit is contained in:
fmtabbara
2021-09-13 13:30:05 +01:00
parent 27a202cbe8
commit 21b008fae9
+1 -3
View File
@@ -73,9 +73,7 @@ const SignInContent = ({
}: {
showCreateAccount: () => void
}) => {
const [mnemonic, setMnemonic] = useState<string>(
'menmonic phrase'
)
const [mnemonic, setMnemonic] = useState<string>('menmonic phrase')
const [inputError, setInputError] = useState<string>()
const [isLoading, setIsLoading] = useState(false)