Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amp-wallet

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amp-wallet

Amanatpay Blockchain Wallet

  • 1.0.8
  • npm
  • Socket score

Version published
Weekly downloads
34
Maintainers
1
Weekly downloads
 
Created
Source

Codecov Coverage

Amanatpay Wallet system on blockchain

Functions

getAllAccountBalances(publicKey)Array.<object>

Description: return all wallet's balances includes asset's type

isWalletExists(publicKey)boolean

Description: confirm the wallet's existence in AmanatPay Blockchain

getWallet(publicKey)AccountResponse

Description: get single wallet in details.

sendPayment(senderWallet, receiver, amount, asset, issuerAccount, memo, validateWallet)

Description: send payment through Amanatpay blockchain network, using multiple assets.

getWalletObj(publicKey)AccountResponse

get wallet's object from Amanatpay blockchain

getAllBalances(wallet)array

return array of wallet's balances of different assets

getAllAccountBalances(publicKey) ⇒ Array.<object>

Description: return all wallet's balances includes asset's type

Kind: global function
Returns: Array.<object> -

returns array of all balance objects

ParamTypeDescription
publicKeystring

Wallet public key

isWalletExists(publicKey) ⇒ boolean

Description: confirm the wallet's existence in AmanatPay Blockchain

Kind: global function

ParamTypeDescription
publicKeystring

Wallet public key

getWallet(publicKey) ⇒ AccountResponse

Description: get single wallet in details.

Kind: global function
Returns: AccountResponse -

class of AmanatPay Blockchain account

ParamTypeDescription
publicKeystring

Wallet public key

sendPayment(senderWallet, receiver, amount, asset, issuerAccount, memo, validateWallet)

Description: send payment through Amanatpay blockchain network, using multiple assets.

Kind: global function

ParamTypeDefaultDescription
senderWalletSimpleAccountObj

source/sender Wallet you want to transfer payment from

receiverstring

wallet ID (public key) of receiving party

amountnumber

amount

assetstring

asset you want to transfer

issuerAccountstring

token issuer account public key

memostring

nullable if you need send transfer descriptions

validateWalletbooleanfalse

it is false by default, if you need to function do validation of wallets turn true

getWalletObj(publicKey) ⇒ AccountResponse

get wallet's object from Amanatpay blockchain

Kind: global function
Returns: AccountResponse -

wallet object on Amanatpay blockchain

ParamTypeDescription
publicKeystring

wallet public key

getAllBalances(wallet) ⇒ array

return array of wallet's balances of different assets

Kind: global function
Returns: array -

array of balances

ParamTypeDescription
walletAccountResponse

wallet as Amanatpay blockchain object

Keywords

FAQs

Package last updated on 02 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc