@onflow/sdk-account
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -5,4 +5,8 @@ ### Unreleased | ||
### 0.0.1 -- 2020-10-28 | ||
- 2020-10-28 -- VSN @onflow/sdk-send 0.0.0 -> 0.0.1 | ||
### 0.0.0 -- 2020-10-08 | ||
- 2020-10-08 -- Initial |
{ | ||
"name": "@onflow/sdk-account", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Flow JS SDK -- Fetch Account details from Configured Access Node", | ||
@@ -39,4 +39,4 @@ "license": "Apache-2.0", | ||
"@onflow/sdk-decode": "0.0.0", | ||
"@onflow/sdk-send": "0.0.0" | ||
"@onflow/sdk-send": "0.0.1" | ||
} | ||
} |
# sdk-account | ||
Fetch the Account for a given address from the configured Access Node | ||
```javascript | ||
@@ -7,3 +9,3 @@ import {config} from "@onflow/config" | ||
config | ||
config() | ||
.put("accessNode.api", "https://access-testnet.onflow.org") // point the sdk to the desired access node | ||
@@ -10,0 +12,0 @@ |
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
5293
19
+ Added@onflow/encode@0.0.7(transitive)
+ Added@onflow/rlp@0.0.2(transitive)
+ Added@onflow/sdk-resolve@0.0.2(transitive)
+ Added@onflow/sdk-resolve-signatures@0.0.3(transitive)
+ Added@onflow/sdk-send@0.0.1(transitive)
- Removed@onflow/encode@0.0.5(transitive)
- Removed@onflow/rlp@0.0.0(transitive)
- Removed@onflow/sdk-resolve@0.0.0(transitive)
- Removed@onflow/sdk-resolve-signatures@0.0.1(transitive)
- Removed@onflow/sdk-send@0.0.0(transitive)
Updated@onflow/sdk-send@0.0.1