Skip to main content

Parameters

The bank module contains the following parameters:

KeyTypeExample
SendEnabled[]SendEnabled[{denom: "stake", enabled: true }]
DefaultSendEnabledbooltrue

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.