@bitgo-beta/statics
Advanced tools
Comparing version
@@ -70,3 +70,3 @@ import { BaseCoin, BaseUnit, CoinFeature, KeyCurve, UnderlyingAsset } from './base'; | ||
export interface AptCoinConstructorOptions extends AccountConstructorOptions { | ||
fungibleAssetAddress: string; | ||
assetId: string; | ||
} | ||
@@ -277,3 +277,3 @@ type FiatCoinName = `fiat${string}` | `tfiat${string}`; | ||
export declare class AptCoin extends AccountCoinToken { | ||
fungibleAssetAddress: string; | ||
assetId: string; | ||
constructor(options: AptCoinConstructorOptions); | ||
@@ -986,3 +986,3 @@ } | ||
* @param decimalPlaces Number of decimal places this token supports (divisibility exponent) | ||
* @param fungibleAssetAddress Fungible asset address of this token | ||
* @param assetId Asset Id of this token i.e. the unique identifier of the token for all tokens - fungible, non-fungible and legacy | ||
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin. | ||
@@ -995,3 +995,3 @@ * @param prefix Optional token prefix. Defaults to empty string | ||
*/ | ||
export declare function aptToken(id: string, name: string, fullName: string, decimalPlaces: number, fungibleAssetAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptCoin>; | ||
export declare function aptToken(id: string, name: string, fullName: string, decimalPlaces: number, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptCoin>; | ||
/** | ||
@@ -1004,3 +1004,3 @@ * Factory function for testnet apt token instances. | ||
* @param decimalPlaces Number of decimal places this token supports (divisibility exponent) | ||
* @param fungibleAssetAddress Fungible asset of this token | ||
* @param assetId Asset Id of this token i.e. the unique identifier of the token for all tokens - fungible, non-fungible and legacy | ||
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin. | ||
@@ -1013,3 +1013,3 @@ * @param prefix Optional token prefix. Defaults to empty string | ||
*/ | ||
export declare function taptToken(id: string, name: string, fullName: string, decimalPlaces: number, fungibleAssetAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptCoin>; | ||
export declare function taptToken(id: string, name: string, fullName: string, decimalPlaces: number, assetId: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AptCoin>; | ||
/** | ||
@@ -1016,0 +1016,0 @@ * Factory function for fiat coin instances. |
@@ -46,3 +46,3 @@ export interface BaseTokenConfig { | ||
export type AptTokenConfig = BaseNetworkConfig & { | ||
fungibleAssetAddress: string; | ||
assetId: string; | ||
}; | ||
@@ -49,0 +49,0 @@ export interface Tokens { |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "15.1.1-beta.672", | ||
"version": "15.1.1-beta.673", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "804aec2c79cd17b45827b1476db38b6d3bc68116" | ||
"gitHead": "0dec2aeb0e473a307b583f9df12a4a81ea614ec3" | ||
} |
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 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
3108997
0.03%16341
-0.01%