Skip to content

[Feat] outputHexBytes #24

@wireless90

Description

@wireless90
    /**
     * Returns the hex representation of the serialized output bytes.
     *
     * @param output The output.
     * @returns The hex representation of the serialized output bytes.
     */
    static outputHexBytes(output: Output): HexEncodedString {
        const hexBytes = callUtilsMethod({
            name: 'outputHexBytes',
            data: {
                output,
            },
        });
        return hexBytes;
    }

Metadata

Metadata

Assignees

Labels

UtilsUtils methodsenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions