Documentation
    Preparing search index...

    Interface ProposalParams

    interface ProposalParams {
        balanceManagerKey: string;
        makerFee: number;
        poolKey: string;
        stakeRequired: number;
        takerFee: number;
    }
    Index

    Properties

    balanceManagerKey: string
    makerFee: number
    poolKey: string
    stakeRequired: number
    takerFee: number