@sentio/sdk
    Preparing search index...

    Interface Proposal<T0>

    interface Proposal<T0> {
        creation_time_secs: bigint;
        early_resolution_vote_threshold: _0x1.option.Option<bigint>;
        execution_content: _0x1.option.Option<T0>;
        execution_hash: string;
        expiration_secs: bigint;
        is_resolved: boolean;
        metadata: _0x1.simple_map.SimpleMap<string, string>;
        min_vote_threshold: bigint;
        no_votes: bigint;
        proposer: string;
        resolution_time_secs: bigint;
        yes_votes: bigint;
    }

    Type Parameters

    • T0
    Index

    Properties

    creation_time_secs: bigint
    early_resolution_vote_threshold: _0x1.option.Option<bigint>
    execution_content: _0x1.option.Option<T0>
    execution_hash: string
    expiration_secs: bigint
    is_resolved: boolean
    metadata: _0x1.simple_map.SimpleMap<string, string>
    min_vote_threshold: bigint
    no_votes: bigint
    proposer: string
    resolution_time_secs: bigint
    yes_votes: bigint