@pwngh/economy-lab
    Preparing search index...

    Function memoryPorts

    • A finished in-memory Ports bag for tests and quickstarts: memory store, dev rates and fees, in-memory processor, and a real Ed25519 signer seeded from signingKey. Sync, no env.

      Parameters

      • options: {
            config?: Partial<Config>;
            secrets?: Partial<Secrets>;
            signingKey: string;
            store?: Store;
        }

      Returns Ports