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

    Class PoolParams

    PoolParams defined the parameters that will be managed by the pool governance in the future. This params are not managed by the chain governance. Instead they will be managed by the token holders of the pool.

    from message gamm.poolmodels.balancer.PoolParams

    Hierarchy

    Index

    Constructors

    Properties

    exitFee: string = ""

    N.B.: exit fee is disabled during pool creation in x/poolmanager. While old pools can maintain a non-zero fee. No new pool can be created with non-zero fee anymore

    from field: string exit_fee = 2;

    swapFee: string = ""

    from field: string swap_fee = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "gamm.poolmodels.balancer.PoolParams"

    Methods