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

    Interface iMsgCreateBalancerPool<T>

    interface iMsgCreateBalancerPool<T extends NumberType> {
        poolAssets: iPoolAsset<T>[];
        poolParams: iPoolParams<T>;
        sender: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    poolAssets: iPoolAsset<T>[]
    poolParams: iPoolParams<T>
    sender: string