Coda by Ian Macalinao
    Preparing search index...
    interface VotingMintConfig {
        baselineVoteWeightScaledFactor: bigint;
        digitShift: number;
        grantAuthority: Address;
        lockupSaturationSecs: bigint;
        maxExtraLockupVoteWeightScaledFactor: bigint;
        mint: Address;
        reserved1: number[];
        reserved2: bigint[];
    }
    Index

    Properties

    baselineVoteWeightScaledFactor: bigint
    digitShift: number
    grantAuthority: Address
    lockupSaturationSecs: bigint
    maxExtraLockupVoteWeightScaledFactor: bigint
    mint: Address
    reserved1: number[]
    reserved2: bigint[]