9 10 11
# File 'lib/minter/key.rb', line 9 def self.private_key_from_mnemonic(mnemonic) Minter::WalletFfi.PrivateKeyFromMnemonic(mnemonic) end