Skip to main content

Gashub

getMsgGasParams Query

paramsdescription
msgTypeUrlsMessage Type URL
paginationPagination
example
await client.gashub.getMsgGasParams({
msgTypeUrls: [],
pagination: {
countTotal: true,
key: Uint8Array.from([]),
limit: Long.fromInt(10),
offset: Long.fromInt(0),
reverse: false,
},
});