Gathering detailed insights and metrics for youchain-core-method
Gathering detailed insights and metrics for youchain-core-method
Gathering detailed insights and metrics for youchain-core-method
Gathering detailed insights and metrics for youchain-core-method
npm install youchain-core-method
Typescript
Module System
Node Version
NPM Version
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
3 Stars
1 Commits
2 Forks
9 Watchers
2 Branches
1 Contributors
Updated on Jul 21, 2020
Latest Version
1.0.4-alpha.3
Package Id
youchain-core-method@1.0.4-alpha.3
Unpacked Size
198.51 kB
Size
24.81 kB
File Count
7
NPM Version
lerna/3.22.1/node@v10.10.0+x64 (darwin)
Node Version
10.10.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This is a sub package of youchain.js
The Method module abstracts the JSON-RPC method and is used within most youchain.js packages.
1npm install youchain-core-method
1MethodModuleFactory; 2AbstractMethod; 3AbstractMethodFactory; 4 5/** 6 * Methods 7 */ 8 9// Network 10GetProtocolVersionMethod; 11VersionMethod; 12ListeningMethod; 13PeerCountMethod; 14 15// Node 16GetNodeInfoMethod; 17GetCoinbaseMethod; 18IsMiningMethod; 19IsSyncingMethod; 20GetGasPriceMethod; 21GetNetworkIdMethod; 22 23// Account 24GetAccountsMethod; 25GetBalanceMethod; 26GetTransactionCountMethod; 27RequestAccountsMethod; 28 29// Block 30GetBlockNumberMethod; 31GetBlockMethod; 32GetBlockTransactionCountMethod; 33 34// Transaction 35GetTransactionMethod; 36GetTransactionFromBlockMethod; 37GetTransactionReceipt; 38SendRawTransactionMethod; 39SignTransactionMethod; 40SendTransactionMethod; 41 42// Global 43GetCodeMethod; 44SignMethod; 45CallMethod; 46GetStorageAtMethod; 47EstimateGasMethod; 48GetPastLogsMethod; 49GetSha3Method; 50 51// Personal 52EcRecoverMethod; 53ImportRawKeyMethod; 54ListAccountsMethod; 55LockAccountMethod; 56NewAccountMethod; 57PersonalSendTransactionMethod; 58PersonalSignMethod; 59PersonalSignTransactionMethod; 60UnlockAccountMethod; 61NewValKeyMethod; 62ExportValKeyMethod; 63ImportValKeyMethod; 64DelValKeyMethod; 65UseValKeyMethod; 66LockValKeyMethod; 67 68// TxPool 69ContentMethod; 70InspectMethod; 71StatusMethod 72 73// Pool 74GetPoolNonceMethod; 75GetPoolTransactionMethod; 76 77 78// Staking 79CreateValidator 80UpdateValidator 81GetValidatorByMainAddress 82GetValidators 83GetValidatorsStat 84GetWithdrawRecords 85WithdrawValidator 86DepositValidator 87SettleValidator 88ChangeStatusValidator 89GetValidatorRewardsInfo 90GetDelegationAddData 91GetDelegationSubData 92GetDelegationSettleData 93GetDelegationsFrom 94GetStakingEndBlockReceipt 95GetStakingRecord 96
All the typescript typings are placed in the types folder.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/1 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
94 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More