2.4.1 • Published 2 years ago
@quantnetwork/overledger-dlt-ethereum v2.4.1
@quantnetwork/overledger-dlt-ethereum
Overledger SDK module for interaction with the Ethereum distributed ledger technology.
Installation
Install using npm:
npm install @quantnetwork/overledger-dlt-ethereum
Or, if you prefer using yarn:
yarn add @quantnetwork/overledger-dlt-ethereum
API Reference
Modules
Classes
overledger-dlt-ethereum
overledger-dlt-ethereum.default
Development package for Ethereum.
overledger-dlt-ethereum.log
Ethereum
new Ethereum(sdk)
Param | Type | Description |
---|---|---|
sdk | any | the sdk instance |
ethereum.name
Name of the DLT
ethereum.symbol
Symbol of the DLT
ethereum.createAccount()
Create an Ethereum account
Returns: Account - the new Ethereum account
ethereum.setAccount(accountInfo)
Param | Type | Description |
---|---|---|
accountInfo | Account | The standardised account information |
Set an account for signing transactions for a specific DLT
2.4.1
2 years ago
2.4.0
2 years ago
2.3.0
3 years ago
2.2.1
3 years ago
2.2.0
3 years ago
2.1.1
4 years ago
2.1.0
4 years ago
2.0.0
4 years ago
1.0.0-beta.5
4 years ago
1.0.0-beta.4
4 years ago
1.0.0-beta.3
5 years ago
1.0.0-beta.2
5 years ago
1.0.0-beta.1
6 years ago