sign method

Uint8List sign(
  1. KeyPair keyPair
)

Implementation

Uint8List sign(keyring.KeyPair keyPair) {
  return keyPair.sign(this);
}