mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
createDefaultTypes doesn't need to be exported
This commit is contained in:
parent
0596e4a4f1
commit
f76127f2f3
@ -91,7 +91,7 @@ export interface SigningStargateClientOptions {
|
||||
readonly gasPrice?: GasPrice;
|
||||
}
|
||||
|
||||
export function createDefaultTypes(prefix: string): AminoConverters {
|
||||
function createDefaultTypes(prefix: string): AminoConverters {
|
||||
return {
|
||||
...createAuthzAminoConverters(),
|
||||
...createBankAminoConverters(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user