Skip to main content
Version: v. 1

Probe format-bytes32-string

NAME

probe-format-bytes32-string - Formats a string into bytes32 encoding.

SYNOPSIS

probe format-bytes32-string [options] string

DESCRIPTION

Formats a string into bytes32 encoding.

Note that this command is for formatting a Ylem string literal into bytes32 only. If you're looking to pad a byte string, use to-bytes32 instead.

OPTIONS

Common Options

-h
--help
Prints help information.

EXAMPLES

  1. Turn string "hello" into bytes32 hex:
    probe format-bytes32-string "hello"

SEE ALSO

probe