XLM Balance
This commit is contained in:
@@ -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 = ".";
|
||||
|
||||
Reference in New Issue
Block a user