UNPKG

@interchainjs/injective

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>

11 lines (10 loc) 242 B
import { AccountBase } from '@interchainjs/types/account'; /** * Account for Injective chain. */ export declare class InjAccount extends AccountBase { /** * Create inj address by pubkey. */ getAddressByPubKey(): string; }