UNPKG

@gnolang/tm2-js-client

Version:

Tendermint2 JS / TS Client

6 lines (5 loc) 174 B
export interface CreateWalletOptions { addressPrefix?: string; accountIndex?: number; } export type AccountWalletOption = Pick<CreateWalletOptions, 'addressPrefix'>;