Function
P2pandaNetworkIdnew_from_data
Declaration [src]
P2pandaNetworkId*
p2panda_network_id_new_from_data (
const uint8_t* data
)
Parameters
data-
Type: An array of
uint8_tNo description available.
The array must have 32 elements. The data is owned by the caller of the function.
Return value
Type: P2pandaNetworkId
A new P2pandaNetworkId.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |