UNPKG

@archwayhq/arch3-core

Version:

Core library to interact with Archway Network

8 lines (7 loc) 228 B
import { AminoConverters } from '@cosmjs/stargate'; /** * Creates the Amino converters for the Authz tx messages * * @returns to be used in a client */ export declare const createAuthzAminoConverters: () => AminoConverters;