mirror of https://github.com/hyperledger/besu
Added sending private transactions initial content (#1301)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
56b1e2a521
commit
0458900f46
@ -0,0 +1,11 @@ |
||||
description: Creating and sending private transactions |
||||
<!--- END of page meta data --> |
||||
|
||||
# Creating and Sending Private Transactions |
||||
|
||||
The [EEA JavaScript library](https://github.com/PegaSysEng/eeajs) is provided to create and send signed |
||||
RLP-encoded private transactions. |
||||
|
||||
!!! note |
||||
Private transactions either deploy contracts or call contract functions. |
||||
Ether transfers cannot be a private transaction. |
Loading…
Reference in new issue