bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Params defines the parameters for the bank module.

    from message cosmos.bank.v1beta1.Params

    Hierarchy

    Index

    Constructors

    Properties

    defaultSendEnabled: boolean = false

    from field: bool default_send_enabled = 2;

    sendEnabled: SendEnabled[] = []

    Deprecated: Use of SendEnabled in params is deprecated. For genesis, use the newly added send_enabled field in the genesis object. Storage, lookup, and manipulation of this information is now in the keeper.

    As of cosmos-sdk 0.47, this only exists for backwards compatibility of genesis files.

    from field: repeated cosmos.bank.v1beta1.SendEnabled send_enabled = 1 [deprecated = true];

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.bank.v1beta1.Params"

    Methods