sign method
Signs the digest with the private key and returns the signature.
Implementation
@override
AptosAnySignature sign(List<int> digest) {
return privateKey.sign(digest);
}
Signs the digest with the private key and returns the signature.
@override
AptosAnySignature sign(List<int> digest) {
return privateKey.sign(digest);
}