Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 788 Bytes

05_params.md

File metadata and controls

24 lines (17 loc) · 788 Bytes

Parameters

The bank module contains the following parameters:

Key Type Example
SendEnabled []SendEnabled [{denom: "stake", enabled: true }]
DefaultSendEnabled bool true

SendEnabled

The send enabled parameter is an array of SendEnabled entries mapping coin denominations to their send_enabled status. Entries in this list take precedence over the DefaultSendEnabled setting.

DefaultSendEnabled

The default send enabled value controls send transfer capability for all coin denominations unless specifically included in the array of SendEnabled parameters.