@ardrive/turbo-sdk 1.7.0-alpha.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/bundles/web.bundle.min.js +1 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/lib/types/version.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -195,6 +195,20 @@ const signer = new ArweaveSigner(jwk);
|
|
195
195
|
const turbo = TurboFactory.authenticated({ signer });
|
196
196
|
```
|
197
197
|
|
198
|
+
or with ETH signer
|
199
|
+
|
200
|
+
```typescript
|
201
|
+
const signer = new EthereumSigner(privateKey);
|
202
|
+
const turbo = TurboFactory.authenticated({ signer });
|
203
|
+
```
|
204
|
+
|
205
|
+
or with SOL signer
|
206
|
+
|
207
|
+
```typescript
|
208
|
+
const signer = new HexSolanaSigner(bs58.encode(secretKey));
|
209
|
+
const turbo = TurboFactory.authenticated({ signer });
|
210
|
+
```
|
211
|
+
|
198
212
|
### TurboUnauthenticatedClient
|
199
213
|
|
200
214
|
#### `getSupportedCurrencies()`
|
@@ -130843,7 +130843,7 @@ var import_winston = __toESM(require_winston(), 1);
|
|
130843
130843
|
init_dirname();
|
130844
130844
|
init_buffer2();
|
130845
130845
|
init_process2();
|
130846
|
-
var version21 = "1.
|
130846
|
+
var version21 = "1.7.0-alpha.1";
|
130847
130847
|
|
130848
130848
|
// src/common/logger.ts
|
130849
130849
|
var TurboWinstonLogger = class {
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
@@ -14,5 +14,5 @@
|
|
14
14
|
* You should have received a copy of the GNU Affero General Public License
|
15
15
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
16
|
*/
|
17
|
-
export declare const version = "1.
|
17
|
+
export declare const version = "1.7.0-alpha.1";
|
18
18
|
//# sourceMappingURL=version.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,eAAO,MAAM,OAAO,
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,eAAO,MAAM,OAAO,kBAAkB,CAAC"}
|