SaplingSpendAuthorizingKey.fromBytes constructor

SaplingSpendAuthorizingKey.fromBytes(
  1. List<int> sk
)

Implementation

factory SaplingSpendAuthorizingKey.fromBytes(List<int> sk) {
  return SaplingSpendAuthorizingKey(JubJubFr.fromBytes(sk));
}