Coda by Ian Macalinao
    Preparing search index...

    Interface StakePrimaryEventArgs

    interface StakePrimaryEventArgs {
        amount: number | bigint;
        miner: Address;
        mm: Address;
        owner: Address;
        pool: Address;
    }
    Index

    Properties

    Properties

    amount: number | bigint
    miner: Address
    mm: Address
    owner: Address
    pool: Address