Libraries
»
casper_network
(1.1.2)
»
Index
»
CLU512Type
»
#to_bytes
Method: CLU512Type#to_bytes
Defined in:
lib/types/cl_u512_type.rb
#
to_bytes
⇒
Object
23 24 25
# File 'lib/types/cl_u512_type.rb', line 23
def
to_bytes
[
8
]
.
pack
(
"
C*
"
)
.
unpack1
(
"
H*
"
)
end