UNPKG

testweave-sdk

Version:

This is the SDK of TestWeave. TestWeave is the testing environment of the Arweave.

7 lines (6 loc) 242 B
import { JWKInterface } from 'arweave/node/lib/wallet'; export default interface ITestWeave { readonly rootJWK: JWKInterface; drop(targetAddress: string, winstonBalance: string): Promise<string>; mine(): Promise<Array<string>>; }