pubKeyByteLen constant
int
const pubKeyByteLen
Public key length in bytes: The length of an Sr25519 public key.
Implementation
static const int pubKeyByteLen = 32;
Public key length in bytes: The length of an Sr25519 public key.
static const int pubKeyByteLen = 32;