Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Ƭ Address: string
Defined in cosmos/definitions/Address.ts:41
Defined in dfinance/definitions/Address.ts:126
Ƭ AuthStdTx: TypesStdTx
Defined in dfinance/definitions/AuthStdTx.ts:126
Ƭ CcstorageCurrencies: TypesCurrencies
Defined in dfinance/definitions/CcstorageCurrencies.ts:126
Ƭ CcstorageCurrency: TypesCurrency
Defined in dfinance/definitions/CcstorageCurrency.ts:126
Ƭ CryptoPubKey: object
Defined in dfinance/definitions/CryptoPubKey.ts:126
Ƭ Hash: string
Defined in cosmos/definitions/Hash.ts:41
Defined in dfinance/definitions/Hash.ts:126
Ƭ IRequestConfiguration: Partial‹Request› & object
Defined in cosmos/rests/axios.ts:7
Defined in cosmos/rests/fetch.ts:6
Defined in dfinance/rests/axios.ts:7
Defined in dfinance/rests/fetch.ts:6
Ƭ MarketsMarketExtended: TypesMarketExtended
Defined in dfinance/definitions/MarketsMarketExtended.ts:126
Ƭ Msg: string
Defined in cosmos/definitions/Msg.ts:41
Defined in dfinance/definitions/Msg.ts:126
Ƭ MsmoduleMsMsg: object
Defined in dfinance/definitions/MsmoduleMsMsg.ts:126
Ƭ TypesAccAddress: number[]
Defined in dfinance/definitions/TypesAccAddress.ts:126
Ƭ TypesAddress: object
Defined in dfinance/definitions/TypesAddress.ts:126
Ƭ TypesAssets: TypesAsset[]
Defined in dfinance/definitions/TypesAssets.ts:126
Ƭ TypesCallsResp: TypesCallResp[]
Defined in dfinance/definitions/TypesCallsResp.ts:126
Ƭ TypesCoins: TypesCoin[]
Defined in dfinance/definitions/TypesCoins.ts:126
Ƭ TypesCurrencies: TypesCurrency[]
Defined in dfinance/definitions/TypesCurrencies.ts:126
Ƭ TypesDec: object
Defined in dfinance/definitions/TypesDec.ts:126
Ƭ TypesDecCoins: TypesDecCoin[]
Defined in dfinance/definitions/TypesDecCoins.ts:126
Ƭ TypesId: any
Defined in dfinance/definitions/TypesId.ts:126
Ƭ TypesInt: object
Defined in dfinance/definitions/TypesInt.ts:126
Ƭ TypesMarkets: TypesMarket[]
Defined in dfinance/definitions/TypesMarkets.ts:126
Ƭ TypesMsg: object
Defined in dfinance/definitions/TypesMsg.ts:126
Ƭ TypesOracles: TypesOracle[]
Defined in dfinance/definitions/TypesOracles.ts:126
Ƭ TypesOrders: TypesOrder[]
Defined in dfinance/definitions/TypesOrders.ts:126
Ƭ TypesUint: object
Defined in dfinance/definitions/TypesUint.ts:126
Ƭ TypesValidators: TypesValidator[]
Defined in dfinance/definitions/TypesValidators.ts:126
Ƭ TypesVmStatuses: TypesVmStatus[]
Defined in dfinance/definitions/TypesVmStatuses.ts:126
Ƭ TypesWithdraws: TypesWithdraw[]
Defined in dfinance/definitions/TypesWithdraws.ts:126
Ƭ ValidatorAddress: string
Defined in cosmos/definitions/ValidatorAddress.ts:41
Defined in dfinance/definitions/ValidatorAddress.ts:126
Const
baseURL• baseURL: string = ${process.env.VUE_APP_CHAIN_API_URL}
Defined in cosmos/rests/axios.ts:11
Defined in cosmos/rests/fetch.ts:10
Defined in dfinance/rests/axios.ts:11
Defined in dfinance/rests/fetch.ts:10
Let
id• id: number = 0
Defined in cosmos/rests/axios.ts:13
Defined in cosmos/rests/fetch.ts:12
Defined in dfinance/rests/axios.ts:13
Defined in dfinance/rests/fetch.ts:12
Const
logging• logging: Logger = log.noConflict()
Defined in cosmos/utils/Log.ts:6
Defined in dfinance/utils/Log.ts:6
Const
timers• timers: object
Defined in cosmos/utils/Timer.ts:10
Defined in dfinance/utils/Timer.ts:10
▸ createDelegationTransaction(__namedParameters
: object, data
: any): any
Defined in extra/transactions/createDelegationTransaction.ts:1
Parameters:
▪ __namedParameters: object
Name | Type |
---|---|
account | any |
fee | any |
gas | any |
wallet | any |
▪ data: any
Returns: any
▸ createDestroyTransaction(__namedParameters
: object, data
: any): any
Defined in extra/transactions/createDestroyTransaction.ts:1
Parameters:
▪ __namedParameters: object
Name | Type |
---|---|
account | any |
fee | any |
gas | any |
wallet | any |
▪ data: any
Returns: any
▸ createSendMoneyTransaction(__namedParameters
: object, data
: any): any
Defined in extra/transactions/createSendMoneyTransaction.ts:1
Parameters:
▪ __namedParameters: object
Name | Type |
---|---|
account | any |
fee | any |
gas | any |
wallet | any |
▪ data: any
Returns: any
Const
decimal▸ decimal(value
: Decimal.Value): Decimal
Defined in extra/DB.ts:7
Parameters:
Name | Type |
---|---|
value | Decimal.Value |
Returns: Decimal
▸ getConfigurations(method
: Method, contentType
: string, url
: string, configurations?
: IRequestConfiguration): IRequestConfiguration
Defined in cosmos/rests/axios.ts:48
Parameters:
Name | Type |
---|---|
method | Method |
contentType | string |
url | string |
configurations? | IRequestConfiguration |
Returns: IRequestConfiguration
Const
request▸ request(configuration
: IRequestConfiguration, resolve
: function, reject
: function): Promise‹any›
Defined in cosmos/rests/axios.ts:15
Parameters:
▪ configuration: IRequestConfiguration
▪ resolve: function
▸ (p
: any): void
Parameters:
Name | Type |
---|---|
p | any |
▪ reject: function
▸ (p
: any): void
Parameters:
Name | Type |
---|---|
p | any |
Returns: Promise‹any›
▸ sendDelegation(wallet
: any, __namedParameters
: object): Promise‹any›
Defined in extra/transactions/sendDelegation.ts:23
Parameters:
▪ wallet: any
▪ __namedParameters: object
Name | Type |
---|---|
amount | any |
fee | any |
gas | any |
validatorAddress | any |
Returns: Promise‹any›
▸ sendDestroy(wallet
: any, __namedParameters
: object): Promise‹any›
Defined in extra/transactions/sendDestroy.ts:23
Parameters:
▪ wallet: any
▪ __namedParameters: object
Name | Type |
---|---|
amount | any |
currency | any |
fee | any |
gas | any |
toAddress | any |
Returns: Promise‹any›
▸ sendMoney(wallet
: any, __namedParameters
: object): Promise‹any›
Defined in extra/transactions/sendMoney.ts:23
Parameters:
▪ wallet: any
▪ __namedParameters: object
Name | Type |
---|---|
amount | any |
currency | any |
fee | any |
gas | any |
toAddress | any |
Returns: Promise‹any›
▸ sendUnbondingDelegation(wallet
: any, __namedParameters
: object): Promise‹any›
Defined in extra/transactions/sendUnbondingDelegation.ts:23
Parameters:
▪ wallet: any
▪ __namedParameters: object
Name | Type |
---|---|
amount | any |
fee | any |
gas | any |
validatorAddress | any |
Returns: Promise‹any›
▸ sendWithdrawReward(wallet
: any, __namedParameters
: object): Promise‹any›
Defined in extra/transactions/sendWithdrawReward.ts:23
Parameters:
▪ wallet: any
▪ __namedParameters: object
Name | Type |
---|---|
fee | any |
gas | any |
validatorAddress | any |
Returns: Promise‹any›
▸ sign(bytes
: BinaryLike, privateKey
: Uint8Array): Uint8Array
Defined in extra/transactions/sendDelegation.ts:11
Parameters:
Name | Type |
---|---|
bytes | BinaryLike |
privateKey | Uint8Array |
Returns: Uint8Array
▸ signJson(json
: any, privateKey
: Uint8Array): Uint8Array
Defined in extra/transactions/sendDelegation.ts:17
Parameters:
Name | Type |
---|---|
json | any |
privateKey | Uint8Array |
Returns: Uint8Array
FAQs
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
The npm package dfin-jsdk receives a total of 26 weekly downloads. As such, dfin-jsdk popularity was classified as not popular.
We found that dfin-jsdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.