@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Class RestEmulatorProvider

    REST-based emulator client.

    const client = new RestEmulatorProvider('http://localhost:7073');
    const info = await client.getInfo();
    console.log('Emulator pubkey:', info.signerPubkey);

    Implements

    Index

    Constructors

    Properties

    serverUrl: string

    Methods

    • Parameters

      • arkTx: string
      • checkpointTxs: string[]

      Returns Promise<{ signedArkTx: string; signedCheckpointTxs: string[] }>