dash-platform-sdk
    Preparing search index...

    Interface FinishedVoteInfo

    interface FinishedVoteInfo {
        finishedAtBlockHeight: string;
        finishedAtBlockTimeMs: string;
        finishedAtCoreBlockHeight: number;
        finishedAtEpoch: number;
        type: string;
        wonByIdentityId?: IdentifierWASM;
    }
    Index

    Properties

    finishedAtBlockHeight: string
    finishedAtBlockTimeMs: string
    finishedAtCoreBlockHeight: number
    finishedAtEpoch: number
    type: string
    wonByIdentityId?: IdentifierWASM