interface InitWallet {
    arkServerPublicKey?: string;
    arkServerUrl: string;
    id: string;
    privateKey: string;
    type: "INIT_WALLET";
}

Hierarchy (View Summary)

Properties

arkServerPublicKey?: string
arkServerUrl: string
id: string
privateKey: string
type: "INIT_WALLET"