Gashub
getMsgGasParams Query
| params | description |
|---|---|
| msgTypeUrls | Message Type URL |
| pagination | Pagination |
example
await client.gashub.getMsgGasParams({
msgTypeUrls: [],
pagination: {
countTotal: true,
key: Uint8Array.from([]),
limit: Long.fromInt(10),
offset: Long.fromInt(0),
reverse: false,
},
});