UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

9 lines 371 B
import { ApplicationWallet } from '@unilogin/commons'; export declare class AbstractWallet implements ApplicationWallet { readonly contractAddress: string; readonly name: string; readonly privateKey: string; constructor(contractAddress: string, name: string, privateKey: string); get publicKey(): string; } //# sourceMappingURL=AbstractWallet.d.ts.map