Method

P2pandaPublicKeyget_data

Declaration [src]

const uint8_t*
p2panda_public_key_get_data (
  P2pandaPublicKey* public_key
)

Description [src]

Retrieves the raw bytes of the P2pandaPublicKey.

Return value

Type: An array of uint8_t

No description available.

The array has 32 elements.
The returned data is owned by the instance.