mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-25 02:46:10 +01:00
that's required
This commit is contained in:
parent
d3e511a33f
commit
5b0af66ecd
@ -30,6 +30,7 @@ window.addEventListener('DOMContentLoaded', function domload(event){
|
|||||||
const alice = new driver.Ed25519Keypair()
|
const alice = new driver.Ed25519Keypair()
|
||||||
const tx = driver.Transaction.makeCreateTransaction(
|
const tx = driver.Transaction.makeCreateTransaction(
|
||||||
{ assetMessage: message },
|
{ assetMessage: message },
|
||||||
|
{ metaDataMessage: 'hello' },
|
||||||
[ driver.Transaction.makeOutput(
|
[ driver.Transaction.makeOutput(
|
||||||
driver.Transaction.makeEd25519Condition(alice.publicKey))
|
driver.Transaction.makeEd25519Condition(alice.publicKey))
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user