@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Interface InitWallet

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

    Hierarchy (View Summary)

    Index

    Properties

    arkServerPublicKey?: string
    arkServerUrl: string
    id: string
    key: { privateKey: string } | { publicKey: string }
    type: "INIT_WALLET"