0.1.0 • Published 5 years ago
@alayanetwork/web3 v0.1.0
Ŀ¼
- ����
- ��������
- ��Լ
- web3
����
Javascript SDK��PlatON����js�����ߣ��ṩ��PlatON������js�������߰�
��������
��װ������
ͨ��node.js���룺
cnpm i https://github.com/PlatONnetwork/client-sdk-js
��ʼ������
Ȼ������Ҫ����һ��web3��ʵ��������һ��provider��Ϊ�˱�֤�㲻�Ḳ��һ�����е�provider������ʹ��Mistʱ�����ã���Ҫ�ȼ���Ƿ�web3ʵ���Ѵ��ڡ�
if (typeof web3 !== 'undefined') {
web3 = new Web3(web3.currentProvider);
} else {
const web3 = new Web3(new Web3.providers.HttpProvider('http://localhost:6789'));
}
��Լ
PlatON�����ṩ������������API
��Լ��ʼ�����ӿڵ���
const cid = web3.version.network;
web3.[ContractName].init(web3,cid);
web3.[ContractName].[funcName]();
ʾ��
const cid = web3.version.network;
web3.StakingContract.init(web3,cid);
let stakeParams = {
from:'0x493301712671Ada506ba6Ca7891F436D29185821',
privateKey:'a11859ce23effc663a9460e332ca09bd812acc390497f8dc7542b6938e13f8d7',
value:0,
typ:1,
benifitAddress:'0x12c171900f010b17e969702efa044d077e868082',
nodeId:'f71e1bc638456363a66c4769284290ef3ccff03aba4a22fb60ffaed60b77f614bfd173532c3575abe254c366df6f4d6248b929cb9398aaac00cbcc959f7b2b7c',
externalId:'111111',
nodeName:'platon',
website:'https://www.test.network',
details:'supper node',
amount:1000000000000000000000000,
processVersion:1792,
}
web3.stakingContract.staking(stakingParams).then(res=>{
console.log(res); // {result:true,data:'0x03aba4a22fb60ffaed60b77f614bfd173532c357'}
}).catch(err=>{
console.log(err);
});
��ԼAPI
�ӿ�˵��
���º�Լ�ӿ�δ�г����ز����ļ�Ϊ���ӿڣ�����Ϊ��ѯ�ӿ� ���ӿ�ͳһ���ز�����ʽ���£�
������ | ���� | ���� | ����˵�� |
---|---|---|---|
hash | String | ��ѡ | ����hash |
StakingContract
staking-������Ѻ
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
typ | Number | ��ѡ | ��ʾʹ���˻����ɽ����˻������ֽ������Ѻ��0: ���ɽ� 1: ���ֽ�� |
benefitAddress | String | ��ѡ | ���ڽ��ܳ��齱������Ѻ�����������˻� |
nodeId | String | ��ѡ | ����Ѻ�Ľڵ�Id |
externalId | String | ��ѡ | �ⲿId(�г������ƣ�����������ȡ�ڵ�������Id) |
nodeName | String | ��ѡ | ����Ѻ�ڵ������(�г������ƣ���ʾ�ýڵ������) |
website | String | ��ѡ | �ڵ�ĵ�������ҳ(�г������ƣ���ʾ�ýڵ����ҳ) |
details | String | ��ѡ | �ڵ������(�г������ƣ���ʾ�ýڵ������) |
amount | Number | ��ѡ | ��Ѻ��von |
programVersion | Number | ��ѡ | �������ʵ�汾������rpc��ȡ |
updateStakingInfo-����Ѻ��Ϣ
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
typ | Number | ��ѡ | ��ʾʹ���˻����ɽ����˻������ֽ�0: ���ɽ� 1: ���ֽ�� |
benefitAddress | String | ��ѡ | ���ڽ��ܳ��齱������Ѻ�����������˻� |
nodeId | String | ��ѡ | ����Ѻ�Ľڵ�Id |
externalId | String | ��ѡ | �ⲿId(�г������ƣ�����������ȡ�ڵ�������Id) |
nodeName | String | ��ѡ | ����Ѻ�ڵ������(�г������ƣ���ʾ�ýڵ������) |
website | String | ��ѡ | �ڵ�ĵ�������ҳ(�г������ƣ���ʾ�ýڵ����ҳ) |
details | String | ��ѡ | �ڵ������(�г������ƣ���ʾ�ýڵ������) |
unStaking-������Ѻ
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
nodeId | String | ��ѡ | ����Ѻ�Ľڵ�Id |
addStaking-������Ѻ
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
nodeId | String | ��ѡ | ����Ѻ�Ľڵ�Id |
typ | Number | ��ѡ | ��ʾʹ���˻����ɽ����˻������ֽ�0: ���ɽ� 1: ���ֽ�� |
amount | Number | ��ѡ | ��Ѻ��von |
GetStakingInfo-��ȡ��Ѻ��Ϣ
���
������ | ���� | ���� | ����˵�� |
---|---|---|---|
nodeId | String | ��ѡ | ����Ѻ�Ľڵ�Id |
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
NodeId | 64bytes | ����Ѻ�Ľڵ�Id(Ҳ�к�ѡ�˵Ľڵ�Id) |
StakingAddress | 20bytes | ������Ѻʱʹ�õ��˻�(����������Ѻ��Ϣֻ��������˻���������Ѻʱ��von�ᱻ�˻ظ��˻����߸��˻���������Ϣ��) |
BenefitAddress | 20bytes | ���ڽ��ܳ��齱������Ѻ�����������˻� |
StakingTxIndex | uint32(4bytes) | ������Ѻʱ�Ľ������� |
ProgramVersion | uint32(4bytes) | ����Ѻ�ڵ��PlatON���̵���ʵ�汾��(��ȡ�汾�ŵĽӿ��������ṩ) |
Status | uint32(4bytes) | ��ѡ�˵�״̬(״̬�Ǹ���uint32��32bit�����õģ���ͬʱ���ڶ��״̬��ֵΪ���ͬʱ���ڵ�״ֵ̬���0: �ڵ���� (32��bitȫΪ0)�� 1: �ڵ㲻���� (ֻ�����һbitΪ1)�� 2�� �ڵ�����ʵ�(ֻ�е����ڶ�bitΪ1)�� 4�� �ڵ��von���������Ѻ�ż�(ֻ�е�������bitΪ1)�� 8���ڵ㱻�ٱ�˫ǩ(ֻ�е�������bitΪ1)) |
StakingEpoch | uint32(4bytes) | ��ǰ�����Ѻ���ʱ�Ľ������� |
StakingBlockNum | uint64(8bytes) | ������Ѻʱ������߶� |
Shares | *big.Int(bytes) | ��ǰ��ѡ���ܹ���Ѻ�ӱ�ί�е�von��Ŀ |
Released | *big.Int(bytes) | ������Ѻ�˻������ɽ�����������Ѻ��von |
ReleasedHes | *big.Int(bytes) | ������Ѻ�˻������ɽ�����ԥ����Ѻ��von |
RestrictingPlan | *big.Int(bytes) | ������Ѻ�˻������ֽ�����������Ѻ��von |
RestrictingPlanHes | *big.Int(bytes) | ������Ѻ�˻������ֽ�����ԥ����Ѻ��von |
ExternalId | string | �ⲿId(�г������ƣ�����������ȡ�ڵ�������Id) |
NodeName | string | ����Ѻ�ڵ������(�г������ƣ���ʾ�ýڵ������) |
Website | string | �ڵ�ĵ�������ҳ(�г������ƣ���ʾ�ýڵ����ҳ) |
Details | string | �ڵ������(�г������ƣ���ʾ�ýڵ������) |
NodeContract
GetVerifierList-��ѯ��ǰ�������ڵ���֤�˶���
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
NodeId | 64bytes | ����Ѻ�Ľڵ�Id(Ҳ�к�ѡ�˵Ľڵ�Id) |
StakingAddress | 20bytes | ������Ѻʱʹ�õ��˻�(����������Ѻ��Ϣֻ��������˻���������Ѻʱ��von�ᱻ�˻ظ��˻����߸��˻���������Ϣ��) |
BenefitAddress | 20bytes | ���ڽ��ܳ��齱������Ѻ�����������˻� |
StakingTxIndex | uint32(4bytes) | ������Ѻʱ�Ľ������� |
ProgramVersion | uint32 | ����Ѻ�ڵ��PlatON���̵���ʵ�汾��(��ȡ�汾�ŵĽӿ��������ṩ) |
StakingBlockNum | uint64(8bytes) | ������Ѻʱ������߶� |
Shares | *big.Int(bytes) | ��ǰ��ѡ���ܹ���Ѻ�ӱ�ί�е�von��Ŀ |
ExternalId | string | �ⲿId(�г������ƣ�����������ȡ�ڵ�������Id) |
NodeName | string | ����Ѻ�ڵ������(�г������ƣ���ʾ�ýڵ������) |
Website | string | �ڵ�ĵ�������ҳ(�г������ƣ���ʾ�ýڵ����ҳ) |
Details | string | �ڵ������(�г������ƣ���ʾ�ýڵ������) |
ValidatorTerm | uint32(4bytes) | ��֤�˵�����(�ڽ������ڵ�101����֤�˿�������Զ��0��ֻ���ڹ�ʶ�ֵ���֤��ʱ�Żᱻ��ֵ���ձ�ѡ����ʱҲ��0����������ʱ��+1) |
getValidatorList-��ѯ��ǰ��ʶ���ڵ���֤���б�
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
NodeId | 64bytes | ����Ѻ�Ľڵ�Id(Ҳ�к�ѡ�˵Ľڵ�Id) |
StakingAddress | 20bytes | ������Ѻʱʹ�õ��˻�(����������Ѻ��Ϣֻ��������˻���������Ѻʱ��von�ᱻ�˻ظ��˻����߸��˻���������Ϣ��) |
BenefitAddress | 20bytes | ���ڽ��ܳ��齱������Ѻ�����������˻� |
StakingTxIndex | uint32(4bytes) | ������Ѻʱ�Ľ������� |
ProgramVersion | uint32(4bytes) | ����Ѻ�ڵ��PlatON���̵���ʵ�汾��(��ȡ�汾�ŵĽӿ��������ṩ) |
StakingBlockNum | uint64(8bytes) | ������Ѻʱ������߶� |
Shares | *big.Int(bytes) | ��ǰ��ѡ���ܹ���Ѻ�ӱ�ί�е�von��Ŀ |
ExternalId | string | �ⲿId(�г������ƣ�����������ȡ�ڵ�������Id) |
NodeName | string | ����Ѻ�ڵ������(�г������ƣ���ʾ�ýڵ������) |
Website | string | �ڵ�ĵ�������ҳ(�г������ƣ���ʾ�ýڵ����ҳ) |
Details | string | �ڵ������(�г������ƣ���ʾ�ýڵ������) |
ValidatorTerm | uint32(4bytes) | ��֤�˵�����(�ڽ������ڵ�101����֤�˿�������Զ��0��ֻ���ڹ�ʶ�ֵ���֤��ʱ�Żᱻ��ֵ���ձ�ѡ����ʱҲ��0����������ʱ��+1) |
getCandidateList-��ѯ����ʵʱ�ĺ�ѡ���б�
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
NodeId | 64bytes | ����Ѻ�Ľڵ�Id(Ҳ�к�ѡ�˵Ľڵ�Id) |
StakingAddress | 20bytes | ������Ѻʱʹ�õ��˻�(����������Ѻ��Ϣֻ��������˻���������Ѻʱ��von�ᱻ�˻ظ��˻����߸��˻���������Ϣ��) |
BenefitAddress | 20bytes | ���ڽ��ܳ��齱������Ѻ�����������˻� |
StakingTxIndex | uint32(4bytes) | ������Ѻʱ�Ľ������� |
ProgramVersion | uint32(4bytes) | ����Ѻ�ڵ��PlatON���̵���ʵ�汾��(��ȡ�汾�ŵĽӿ��������ṩ) |
Status | uint32(4bytes) | ��ѡ�˵�״̬(״̬�Ǹ���uint32��32bit�����õģ���ͬʱ���ڶ��״̬��ֵΪ���ͬʱ���ڵ�״ֵ̬���0: �ڵ���� (32��bitȫΪ0)�� 1: �ڵ㲻���� (ֻ�����һbitΪ1)�� 2�� �ڵ�����ʵ�(ֻ�е����ڶ�bitΪ1)�� 4�� �ڵ��von���������Ѻ�ż�(ֻ�е�������bitΪ1)�� 8���ڵ㱻�ٱ�˫ǩ(ֻ�е�������bitΪ1)) |
StakingEpoch | uint32(4bytes) | ��ǰ�����Ѻ���ʱ�Ľ������� |
StakingBlockNum | uint64(8bytes) | ������Ѻʱ������߶� |
Shares | *big.Int(bytes) | ��ǰ��ѡ���ܹ���Ѻ�ӱ�ί�е�von��Ŀ |
Released | *big.Int(bytes) | ������Ѻ�˻������ɽ�����������Ѻ��von |
ReleasedHes | *big.Int(bytes) | ������Ѻ�˻������ɽ�����ԥ����Ѻ��von |
RestrictingPlan | *big.Int(bytes) | ������Ѻ�˻������ֽ�����������Ѻ��von |
RestrictingPlanHes | *big.Int(bytes) | ������Ѻ�˻������ֽ�����ԥ����Ѻ��von |
ExternalId | string | �ⲿId(�г������ƣ�����������ȡ�ڵ�������Id) |
NodeName | string | ����Ѻ�ڵ������(�г������ƣ���ʾ�ýڵ������) |
Website | string | �ڵ�ĵ�������ҳ(�г������ƣ���ʾ�ýڵ����ҳ) |
Details | string | �ڵ������(�г������ƣ���ʾ�ýڵ������) |
DelegateContract
delegate-������
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
typ | Number | ��ѡ | ��ʾʹ���˻����ɽ����˻������ֽ�0: ���ɽ� 1: ���ֽ�� |
nodeId | String | ��ѡ | ί�еĽڵ�Id |
amount | Number | ��ѡ | ί�еĽ�� |
withdrewDelegate-������
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
stakingBlockNum | Number | ��ѡ | ��ѺΨһ��ʶ |
nodeId | String | ��ѡ | ί�еĽڵ�Id |
amount | Number | ��ѡ | ����ί�еĽ�� |
GetRelatedListByDelAddr-��ѯ��ǰ�˻���ַ��ί�еĽڵ��NodeID����ѺId
���
������ | ���� | ���� | ����˵�� |
---|---|---|---|
addr | String | ��ѡ | ί���˵��˻���ַ |
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
Addr | 20bytes | ��֤�˽ڵ�ĵ�ַ |
NodeId | 64bytes | ��֤�˵Ľڵ�Id |
StakingBlockNum | uint64(8bytes) | ������Ѻʱ������߶� |
GetDelegateInfo-��ѯ��ǰ����ί����Ϣ
���
������ | ���� | ���� | ����˵�� |
---|---|---|---|
stakingBlockNum | Number | ��ѡ | ������Ѻʱ������߶� |
delAddr | String | ��ѡ | ί���˵��˻���ַ |
nodeId | String | ��ѡ | ��֤�˵Ľڵ�Id |
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
Addr | 20bytes | ί���˵��˻���ַ |
NodeId | 64bytes | ��֤�˵Ľڵ�Id |
StakingBlockNum | uint64(8bytes) | ������Ѻʱ������߶� |
DelegateEpoch | uint32(4bytes) | ���һ�ζԸú�ѡ�˷����ί��ʱ�Ľ������� |
Released | *big.Int(bytes) | ����ί���˻������ɽ���������ί�е�von |
ReleasedHes | *big.Int(bytes) | ����ί���˻������ɽ�����ԥ��ί�е�von |
RestrictingPlan | *big.Int(bytes) | ����ί���˻������ֽ���������ί�е�von |
RestrictingPlanHes | *big.Int(bytes) | ����ί���˻������ֽ�����ԥ��ί�е�von |
Reduction | *big.Int(bytes) | ���ڳ����ƻ��е�von |
ProposalContract
submitText-�ύ�ı��
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
verifier | String | ��ѡ | �ύ�����֤�� |
githubID | String | ��ѡ | ���github�ϵ�ID |
topic | String | ��ѡ | ����� |
desc | String | ��ѡ | ����� |
url | String | ��ѡ | �URL |
endVotingBlock | Number | ��ѡ | �ͶƱ��ֹ��� |
submitParam-�ύ�����
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
verifier | String | ��ѡ | �ύ�����֤�� |
githubID | String | ��ѡ | ���github�ϵ�ID |
topic | String | ��ѡ | ����� |
desc | String | ��ѡ | ����� |
url | String | ��ѡ | �URL |
endVotingBlock | Number | ��ѡ | �ͶƱ��ֹ��� |
paramName | String | ��ѡ | �������� |
currentValue | String | ��ѡ | ��ǰֵ |
newValue | Number | ��ѡ | �µ�ֵ |
submitVersion-�ύ�����
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
verifier | String | ��ѡ | �ύ�����֤�� |
githubID | String | ��ѡ | ���github�ϵ�ID |
topic | String | ��ѡ | ����� |
desc | String | ��ѡ | ����� |
url | String | ��ѡ | �URL |
newVersion | String | ��ѡ | �����汾 |
endVotingBlock | Number | ��ѡ | �ͶƱ��ֹ��� |
activeBlock | String | ��ѡ | ��Ч��� |
vote-���ͶƱ
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
verifier | String | ��ѡ | �ύ�����֤�� |
proposalID | String | ��ѡ | �ID |
option | String | ��ѡ | ͶƱѡ�� |
programVersion | Number | ��ѡ | �ڵ����汾 |
declareVersion-�汾����
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
activeNode | String | ��ѡ | �����Ľڵ㣬ֻ������֤��/��ѡ�� |
version | String | ��ѡ | �����İ汾 |
getProposal-��ѯ�
���
������ | ���� | ���� | ����˵�� |
---|---|---|---|
proposalID | String | ��ѡ | �ID |
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
�� | String | json�ַ��� |
listProposal-��ѯ��б�
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
�� | String | json�ַ��� |
getTallyResult-��ѯ����
���
| ������ |����|����|����˵��| |proposalID |String |��ѡ| �ID|
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
�� | String | json�ַ��� |
getActiveVersion-��ѯ�ڵ������Ч�汾
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
�� | String | json�ַ��� |
getProgramVersion-��ѯ�ڵ����汾
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
�� | String | json�ַ��� |
listParam-��ѯ�����������б�
���
������ | ���� | ���� | ����˵�� |
---|
��
���Σ� �б�
���� | ���� | ˵�� |
---|---|---|
�� | String | json�ַ��� |
RestrictingPlanContract
createRestrictingPlan-�������ּƻ�
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
account | String | ��ѡ | �����ͷŵ����˻� |
Plan | Array | ��ѡ | {Epoch:Number,Amount:Number},(Epoch����ʾ�������ڵı�����Amount����ʾĿ�������ϴ��ͷŵĽ�� |
getRestrictingInfo-��ȡ������Ϣ
���
������ | ���� | ���� | ����˵�� |
---|---|---|---|
account | String | ��ѡ | �����ͷŵ����˻� |
����
���� | ���� | ˵�� |
---|---|---|
balance | *big.Int(bytes) | ������� |
debt | *big.Int(bytes) | symbolΪ true��debt ��ʾǷ�ͷŵĿ��Ϊ false��debt ��ʾ�ɵֿ��ͷŵĽ�� |
symbol | bool | debt ��� |
info | bytes | ���ַ�¼��Ϣ��json���飺{"blockNumber":"","amount":""},...,{"blockNumber":"","amount":""}�����У�blockNumber��*big.Int���ͷ�����߶�amount��*big.Int���ͷŽ�� |
SlashContract
reportDoubleSign-�ٱ���ǩ
������ | ���� | ���� | ����˵�� |
---|---|---|---|
from | String | ��ѡ | ���ͽ����˻���ַ |
privateKey | String | ��ѡ | ���ͽ����˻�˽Կ |
value | Number | ��ѡ | ���ͽ��Ľ�� |
data | String | ��ѡ | ֤�ݵ�jsonֵ |
checkDuplicateSign-��ѯ�ӿ��Ƿ��Ѿ����ٱ���ǩ
���
������ | ���� | ���� | ����˵�� |
---|---|---|---|
typ | String | ��ѡ | ����˫ǩ����, 1��prepare��2��viewChange |
addr | String | ��ѡ | �ٱ��Ľڵ��ַ |
blockNumber | Number | ��ѡ | ��ǩ�Ŀ�� |
����
���� | ���� |
---|---|
16���� | �ٱ��Ľ���Hash |
web3
web3 eth��� (��JSON RPC )
- api��ʹ����ο�web3j github