UNPKG

@slide-computer/signer-agent

Version:

Initiate transactions with signers on the Internet Computer

5 lines (4 loc) 97 B
export declare class Queue { #private; schedule<T>(job: () => Promise<T>): Promise<T>; }