menu
agent_dart package
documentation
wallet/keysmith.dart
Secp256k1PublicKey
from static method
from static method
dark_mode
light_mode
from
static method
Secp256k1PublicKey
from
(
PublicKey
key
)
Implementation
static
Secp256k1PublicKey from(PublicKey key) {
return
Secp256k1PublicKey.fromDer(key.toDer()); }
agent_dart package
documentation
wallet/keysmith
Secp256k1PublicKey
from static method
Secp256k1PublicKey class