3 个版本 (破坏性更新)
0.4.0 | 2023年6月29日 |
---|---|
0.2.5 | 2023年5月1日 |
0.1.0 | 2023年3月30日 |
#111 in #transfer
每月 87 次下载
在 9 个crate中使用(通过rosetta-client)
18KB
327 行
此项目用于构建substrate链的交易。
PolkadotTransactionBuilder
:
Its implementation of `TransactionBuilder` and implements the following methods:
1. `transfer`
2. `method_call`
3. `create_and_sign`
transfer
:
Creates `PolkadotMetadataParams` for transfer call.
method_call
:
Not implemented.
create_and_sign
:
When `metadata` is created we use this call to create Ethereum Transaction and sign it. It takes following arguments.
`config`: chain sepecific config.
`metadata_params`: Metadata params which created metadata for this call.
`metadata`: Metadata required make transaction.
`secret_key`: wallet's secret key (used to sign the transaction).
It creates the transaction and signs it and then returns it in bytes.
依赖项
~12MB
~238K SLoC