Type alias WalletInitParamsObj

WalletInitParamsObj: {
    algosigner?: boolean | {
        config?: InitParams$3["config"];
        id?: typeof ALGOSIGNER;
        sdk?: InitParams$3["sdk"];
    };
    defly?: boolean | {
        config?: InitParams$1["config"];
        id?: typeof DEFLY;
        sdk?: InitParams$1["sdk"];
    };
    exodus?: boolean | {
        config?: InitParams$2["config"];
        id?: typeof EXODUS;
        sdk?: InitParams$2["sdk"];
    };
    inkey?: boolean | {
        config?: InitParams$5["config"];
        id?: typeof INKEY;
        sdk?: InitParams$5["sdk"];
    };
    mnemonic?: string | {
        config?: InitParamsBase["config"];
        id?: typeof MNEMONIC;
        sdk?: InitParamsBase["sdk"];
    };
    myalgo?: boolean | {
        config?: InitParams$4["config"];
        id?: typeof MYALGO;
        sdk?: InitParams$4["sdk"];
    };
    pera?: boolean | {
        config?: InitParams$6["config"];
        id?: typeof PERA;
        sdk?: InitParams$6["sdk"];
    };
}

Type declaration

  • Optional algosigner?: boolean | {
        config?: InitParams$3["config"];
        id?: typeof ALGOSIGNER;
        sdk?: InitParams$3["sdk"];
    }
  • Optional defly?: boolean | {
        config?: InitParams$1["config"];
        id?: typeof DEFLY;
        sdk?: InitParams$1["sdk"];
    }
  • Optional exodus?: boolean | {
        config?: InitParams$2["config"];
        id?: typeof EXODUS;
        sdk?: InitParams$2["sdk"];
    }
  • Optional inkey?: boolean | {
        config?: InitParams$5["config"];
        id?: typeof INKEY;
        sdk?: InitParams$5["sdk"];
    }
  • Optional mnemonic?: string | {
        config?: InitParamsBase["config"];
        id?: typeof MNEMONIC;
        sdk?: InitParamsBase["sdk"];
    }
  • Optional myalgo?: boolean | {
        config?: InitParams$4["config"];
        id?: typeof MYALGO;
        sdk?: InitParams$4["sdk"];
    }
  • Optional pera?: boolean | {
        config?: InitParams$6["config"];
        id?: typeof PERA;
        sdk?: InitParams$6["sdk"];
    }

Generated using TypeDoc