Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 779 Bytes

CheckoutToken.md

File metadata and controls

28 lines (23 loc) · 779 Bytes

BleumiPay::CheckoutToken

Properties

Name Type Description Notes
network String The network in which the token is defined
chain String The chain in which the token is defined
addr String The address of the token
name String Name of the token
symbol String Symbol of the token
currency string Currency of the token
decimals Integer Token decimal places

Example

{
      "network": "ethereum",
      "chain": "goerli",
      "transferAddress": "0xd15bdd17175825742a5904b21008dd3a019a060e",
      "name": "USD p18",
      "symbol": "USD18",
      "currency": "USD",
      "decimals": 18
}