UNPKG
@archwayhq/arch3-core
Version:
latest (0.7.5)
pre (0.5.0-beta.1)
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.5.0-beta.1
0.4.0
0.3.1
0.3.0
0.2.0
0.2.0-alpha
0.1.0
Core library to interact with Archway Network
docs.archway.io
@archwayhq/arch3-core
/
build
/
modules
/
authz
/
tx.d.ts
8 lines
(7 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
;