UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
7 lines 304 B
export function getOfflineSignerOnlyAmino(chainId, signOptions) { return { getAccounts: this.getAccounts.bind(this), signAmino: (signerAddress, signDoc) => this.signAmino(chainId, signerAddress, signDoc, signOptions), }; } //# sourceMappingURL=get_offline_signer_only_amino.js.map