Libraries
»
test_sdk1
(1.1.3)
»
Index
»
CLU256Type
»
#to_bytes
Method: CLU256Type#to_bytes
Defined in:
lib/types/cl_u256_type.rb
#
to_bytes
⇒
Object
23 24 25
# File 'lib/types/cl_u256_type.rb', line 23
def
to_bytes
[
7
]
.
pack
(
"
C*
"
)
.
unpack1
(
"
H*
"
)
end