UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
7 lines 286 B
export function getOfflineSigner(chainId, signOptions) { return { getAccounts: this.getAccounts.bind(this), signDirect: (signerAddress, signDoc) => this.signDirect(chainId, signerAddress, signDoc, signOptions), }; } //# sourceMappingURL=get_offline_signer.js.map