SignRequestInMemory<R>: {
    walletType: InMemory;
    sign(passphrase: Uint8Array, options?: SignOptions): Promise<R>;
}

Type Parameters

  • R

Type declaration

Generated using TypeDoc