dash-platform-sdk
    Preparing search index...

    Interface MasternodeInfo

    interface MasternodeInfo {
        address: string;
        collateraladdress: string;
        consecutivePayments: number;
        lastpaidblock: number;
        lastpaidtime: number;
        owneraddress: string;
        payee: string;
        platformHTTPPort: number;
        platformNodeID: string;
        platformP2PPort: number;
        pospenaltyscore: number;
        proTxHash: string;
        pubkeyoperator: string;
        status: string;
        type: string;
        votingaddress: string;
    }
    Index

    Properties

    address: string
    collateraladdress: string
    consecutivePayments: number
    lastpaidblock: number
    lastpaidtime: number
    owneraddress: string
    payee: string
    platformHTTPPort: number
    platformNodeID: string
    platformP2PPort: number
    pospenaltyscore: number
    proTxHash: string
    pubkeyoperator: string
    status: string
    type: string
    votingaddress: string