Builds an identifier from a raw 256‐bit value.

Synopsis

Declared in <primitives/transaction_identifier.h>

static
transaction_identifier
FromUint256(uint256 const& id);

Return Value

An identifier wrapping the given value.

Parameters

Name

Description

id

The raw value to wrap.

Created with MrDocs