Documentation
    Preparing search index...

    Interface ProposalParams

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

    Properties

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