@solana/keys
Advanced tools
Comparing version 2.0.0-experimental.77f78a8 to 2.0.0-experimental.7b00896
{ | ||
"name": "@solana/keys", | ||
"version": "2.0.0-experimental.77f78a8", | ||
"version": "2.0.0-experimental.7b00896", | ||
"description": "Helpers for generating and transforming key material", | ||
@@ -5,0 +5,0 @@ "exports": { |
@@ -47,3 +47,3 @@ [![npm][npm-image]][npm-url] | ||
// At this point, `address` is a `Base58EncodedAddress` that can be used with the RPC. | ||
const balanceInLamports = await rpc.getBalance(address); | ||
const balanceInLamports = await rpc.getBalance(address).send(); | ||
} catch (e) { | ||
@@ -50,0 +50,0 @@ // `address` turned out not to be a base58-encoded address |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41772
19