toBuffer method

ByteBuffer toBuffer()

Returns this Pubkey as a byte buffer.

Implementation

ByteBuffer toBuffer() {
  return toBytes().buffer;
}