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: SimpleMap<string, string>;
    min_vote_threshold: bigint;
    no_votes: bigint;
    proposer: string;
    resolution_time_secs: bigint;
    yes_votes: bigint;
}

Type Parameters

  • T0

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: SimpleMap<string, string>
min_vote_threshold: bigint
no_votes: bigint
proposer: string
resolution_time_secs: bigint
yes_votes: bigint