keoken 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardoc/checksums +4 -3
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/doc/Bitcoin/Script.html +1 -1
- data/doc/Keoken/Backend/BitcoinRuby/Transaction.html +596 -107
- data/doc/Keoken/Backend/BitcoinRuby.html +1 -1
- data/doc/Keoken/Backend.html +1 -1
- data/doc/Keoken/Bitprim/Transaction.html +297 -10
- data/doc/Keoken/Bitprim.html +1 -1
- data/doc/Keoken/IdNotFound.html +1 -1
- data/doc/Keoken/NameNotFound.html +1 -1
- data/doc/Keoken/OutputNotFound.html +202 -0
- data/doc/Keoken/Token.html +1 -1
- data/doc/Keoken.html +4 -4
- data/doc/_index.html +16 -1
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +14 -40
- data/doc/index.html +14 -40
- data/doc/method_list.html +65 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/keoken/backend/bitcoin_ruby/transaction.rb +1 -1
- data/lib/keoken/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23b1ae2d3240583fad89b5acaad6923edd0daedc1b24a99c906ebed1d7c8fb4b
|
|
4
|
+
data.tar.gz: a39bfbafdad72692b19424b536d3818bae2847b905e344b2ba37a3f9d514573e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 509d886950b38bea4f0ebd1a5522354b634f46824caee6df85f2a89e9f95445d17f651c91141944332fd1eeb529828386cc300fbc32853258c1ec0face1a8ba9
|
|
7
|
+
data.tar.gz: 4bc290015e815d72b52a6e952e3df2a6fc86f0d7345a568844dca6bedb5a032c6e5e5fb131be22aab64fc46ca19413d2feca51fd6b058525061475a32ec631ed
|
data/.yardoc/checksums
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
lib/keoken.rb 537b2d6442b484c3024f7c6a3f903fec095025a5
|
|
2
2
|
lib/keoken/token.rb 1204d627b643384052f696df698aeb110786f0ed
|
|
3
|
-
lib/keoken/version.rb
|
|
4
|
-
lib/keoken/bitprim/transaction.rb
|
|
3
|
+
lib/keoken/version.rb f45d1cb678b35e1b7cec83baa77c012a8c23c9c2
|
|
4
|
+
lib/keoken/bitprim/transaction.rb 1982e35d5cdc322b049c392cef3e6e07443da688
|
|
5
5
|
lib/keoken/errors/id_not_found.rb 45dfceaab128e711ab1f277b82d09cc48170ab5b
|
|
6
6
|
lib/keoken/errors/name_not_found.rb 301c119c6dc84db6f063897a65a4a4c1ceb0a230
|
|
7
|
+
lib/keoken/errors/output_not_found.rb 67356831d3cfa5694fbb573c5061d63871c52e95
|
|
7
8
|
lib/keoken/extensions/bitcoin/script.rb 16430adf292ff593b004914854759677653cd751
|
|
8
|
-
lib/keoken/backend/bitcoin_ruby/transaction.rb
|
|
9
|
+
lib/keoken/backend/bitcoin_ruby/transaction.rb ecabcb8b165e9ae8fe61c8976508127dde3c53dd
|
data/.yardoc/object_types
CHANGED
|
Binary file
|
data/.yardoc/objects/root.dat
CHANGED
|
Binary file
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -51,7 +51,7 @@ bitprim_transaction = Keoken::Bitprim::Transaction.new
|
|
|
51
51
|
assets = bitprim_transaction.assets_by_address('mro9aqn4xCzXVS7jRFFuzT2ERKonvPdSDA')
|
|
52
52
|
token = Keoken::Token.new(id: assets.first['asset_id'])
|
|
53
53
|
token.send_amount(500_000)
|
|
54
|
-
key = Bitcoin::Key.from_base58('
|
|
54
|
+
key = Bitcoin::Key.from_base58('cShKfHoHVf6iYKZym18ip1MJFQFxJwbcLxW53MQikxdDsGd2ofBU')
|
|
55
55
|
script = token.hex
|
|
56
56
|
@transaction_token = Keoken::Backend::BitcoinRuby::Transaction.build_for_send_amount(key.addr, 'mnTd41YZ1e1YqsaPNJh3wkeSUrFvp1guzi', key, script)
|
|
57
57
|
transaction = Keoken::Bitprim::Transaction.new
|
data/doc/Bitcoin/Script.html
CHANGED
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<div id="footer">
|
|
183
|
-
Generated on
|
|
183
|
+
Generated on Fri Feb 1 15:17:05 2019 by
|
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
185
185
|
0.9.18 (ruby-2.3.3).
|
|
186
186
|
</div>
|