0.3.9 • Published 5 years ago
@catalyst-net-js/tx v0.3.9
Catalyst-js/tx
Status: Active development. This repository is being actively worked on, mostly in feature branches.
Install
npm install @catalyst-net-js/tx
Usage
import Tx from '@catalyst-net-js/tx'
const privateKey = Buffer.from(
'e331b6d69882b4cb4ea581d88e0b604039a3de5967688d3dcffdd2270c0fd109',
'hex',
)
const txParams = {
nonce: '0x00',
gasPrice: '0x09184e72a000',
gasLimit: '0x2710',
to: '0x0000000000000000000000000000000000000000',
value: '0x00',
data: '0x7f7465737432000000000000000000000000000000000000000000000000000000600057',
}
const tx = new Tx(txParams)
tx.sign(privateKey)
const serializedTx = tx.serialize()
License
0.3.9
5 years ago
0.3.7
5 years ago
0.3.6
5 years ago
0.3.3
5 years ago
0.1.1-alpha.11
5 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.1.1-alpha.9
5 years ago
0.2.1
5 years ago
0.1.1-alpha.7
5 years ago
0.2.0
5 years ago
0.1.1-alpha.6
5 years ago
0.1.1-alpha.5
5 years ago
0.1.1-alpha.3
5 years ago
0.1.1-alpha.1
5 years ago
0.0.10-alpha.6
5 years ago
0.1.0
5 years ago
0.0.10-alpha.5
5 years ago
0.0.10-alpha.2
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago