Method: IcAgent::Candid.leb128_string_hex
- Defined in:
- lib/ic_agent/candid.rb
.leb128_string_hex(p_str) ⇒ Object
1388 1389 1390 |
# File 'lib/ic_agent/candid.rb', line 1388 def self.leb128_string_hex(p_str) LEB128.encode_signed(p_str).string.to_hex end |