glueby 0.12.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 660935ed3cb303d6c9f73b27fffd978f048365e60b701b598b0fa0384ceff8ad
|
4
|
+
data.tar.gz: 02d01a50fb301290ee693eb02b9592d193f6a8a10b5fb4cbb5419bc1ab01a41a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efc0bed86713965cc63cd747fc4477a825ff9e715ef9d95c5dfed1c42b2622e090cc3d3d85f1feef715bc497081269c2315c683bf8b0c9d90b975b04b310f69a
|
7
|
+
data.tar.gz: 3c2c5295abd8782850eaa1a901b44d901eaf088d3666eab918ce43992e5c5a9c5091583147511d8cfd5286351de8095eae2f4ae1163386088578717b2a199da7
|
@@ -18,10 +18,10 @@ module Glueby
|
|
18
18
|
attr_reader :p2c_address, :payment_base
|
19
19
|
|
20
20
|
# @param [Gleuby::Wallet] wallet The wallet that is sender of the timestamp transaction.
|
21
|
-
# @param [String] content
|
21
|
+
# @param [String] content The data to be hashed(it is due to digest argument) and stored in blockchain.
|
22
22
|
# @param [String] prefix prefix of op_return data
|
23
23
|
# @param [Glueby::Contract::FeeEstimator] fee_estimator
|
24
|
-
# @param [Symbol] digest
|
24
|
+
# @param [Symbol] digest The types which will be used for process the content argument. Select of:
|
25
25
|
# - :sha256
|
26
26
|
# - :double_sha256
|
27
27
|
# - :none
|
data/lib/glueby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glueby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- azuchi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tapyrus
|