@bitgo-beta/statics
Advanced tools
Comparing version 15.1.1-beta.612 to 15.1.1-beta.613
@@ -2123,6 +2123,10 @@ import { BaseNetwork } from './networks'; | ||
'jup' = "jup", | ||
'sol:jup' = "sol:jup", | ||
'sol:honey' = "sol:honey", | ||
'mobile' = "mobile", | ||
'sol:mobile' = "sol:mobile", | ||
'wif' = "wif", | ||
'sol:wif' = "sol:wif", | ||
'natix' = "natix", | ||
'sol:natix' = "sol:natix", | ||
'sol:ks' = "sol:ks", | ||
@@ -2129,0 +2133,0 @@ 'sol:apusdt' = "sol:apusdt", |
@@ -357,2 +357,19 @@ import { BaseCoin, BaseUnit, CoinFeature, CoinKind, KeyCurve, UnderlyingAsset } from './base'; | ||
/** | ||
* Factory function for mainnet ofc xrp instances. | ||
* | ||
* @param id uuid v4 | ||
* @param name unique identifier of the coin | ||
* @param fullName Complete human-readable name of the coin | ||
* @param network Network object for this coin | ||
* @param decimalPlaces Number of decimal places this coin supports (divisibility exponent) | ||
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin. | ||
* @param kind Differentiates coins which represent fiat assets from those which represent crypto assets | ||
* @param prefix? Optional coin prefix. Defaults to empty string | ||
* @param suffix? Optional coin suffix. Defaults to coin name. | ||
* @param isToken? Whether or not this account coin is a token of another coin | ||
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `OfcCoin` | ||
* @param primaryKeyCurve The elliptic curve for this chain/token | ||
*/ | ||
export declare function ofcXrpToken(id: string, name: string, fullName: string, decimalPlaces: number, asset: UnderlyingAsset, kind?: CoinKind, features?: CoinFeature[], prefix?: string, suffix?: string, network?: OfcNetwork, isToken?: boolean, addressCoin?: string, primaryKeyCurve?: KeyCurve): Readonly<OfcCoin>; | ||
/** | ||
* Factory function for testnet ofc xrp token instances. | ||
@@ -359,0 +376,0 @@ * |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "15.1.1-beta.612", | ||
"version": "15.1.1-beta.613", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "a89074376ee3afcd23bf1c102fe17db3a426b695" | ||
"gitHead": "49637f244bbc2d0c903479f84135d46f7f73fac7" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2959628
15602
37