Pubkey constructor

const Pubkey(
  1. BigInt value
)

Creates a Pubkey from an ed25519 public key value.

Implementation

const Pubkey(
  final BigInt value,
) : _value = value;