XLM Balance

This commit is contained in:
Prrorr2
2023-08-10 12:49:45 +02:00
parent e38afa8b9a
commit c6528bae79
3 changed files with 29 additions and 8 deletions

View File

@@ -16,6 +16,9 @@ export function getAddress(privatekey){
const keypair = StellarSdk.Keypair.fromSecret(privatekey)
return keypair.publicKey()
}
export function getFee(){
return fee
}
export function send(amount, privatekey, destination, memo){
if(memo === undefined || memo === null){
memo = ".";