Last updated 2 years ago
Was this helpful?
QueryParamsResponse is the response type for the Query/Params RPC method.
GET /cosmos/auth/v1beta1/params HTTP/1.1 Host: Accept: */*
A successful response.
{ "params": { "max_memo_characters": "text", "tx_sig_limit": "text", "tx_size_cost_per_byte": "text", "sig_verify_cost_ed25519": "text", "sig_verify_cost_secp256k1": "text" } }