CLIENT_MAP: {
algosigner: {
client: typeof AlgoSignerClient;
};
defly: {
client: typeof DeflyClient;
};
exodus: {
client: typeof ExodusClient;
};
inkey: {
client: typeof InkeyClient;
};
mnemonic: {
client: typeof MnemonicClient;
};
myalgo: {
client: typeof MyAlgoClient;
};
pera: {
client: typeof PeraClient;
};
}
Type declaration
-
Readonly algosigner: {
client: typeof AlgoSignerClient;
}
-
Readonly client: typeof AlgoSignerClient
-
Readonly defly: {
client: typeof DeflyClient;
}
-
Readonly client: typeof DeflyClient
-
Readonly exodus: {
client: typeof ExodusClient;
}
-
Readonly client: typeof ExodusClient
-
Readonly inkey: {
client: typeof InkeyClient;
}
-
Readonly client: typeof InkeyClient
-
Readonly mnemonic: {
client: typeof MnemonicClient;
}
-
Readonly client: typeof MnemonicClient
-
Readonly myalgo: {
client: typeof MyAlgoClient;
}
-
Readonly client: typeof MyAlgoClient
-
Readonly pera: {
client: typeof PeraClient;
}
-
Readonly client: typeof PeraClient