@keplr-ewallet/ewallet-sdk-cosmos
Version:
8 lines • 330 B
JavaScript
export async function getOfflineSignerAuto(chainId, signOptions) {
const key = await this.getKey(chainId);
if (key && key.isNanoLedger) {
return this.getOfflineSignerOnlyAmino(chainId, signOptions);
}
return this.getOfflineSigner(chainId, signOptions);
}
//# sourceMappingURL=get_offline_signer_auto.js.map