@sentio/sdk
    Preparing search index...

    Interface CreateProposalEvent

    interface CreateProposalEvent {
        early_resolution_vote_threshold: _0x1.option.Option<bigint>;
        execution_hash: string;
        expiration_secs: bigint;
        metadata: _0x1.simple_map.SimpleMap<string, string>;
        min_vote_threshold: bigint;
        proposal_id: bigint;
    }
    Index

    Properties

    early_resolution_vote_threshold: _0x1.option.Option<bigint>
    execution_hash: string
    expiration_secs: bigint
    metadata: _0x1.simple_map.SimpleMap<string, string>
    min_vote_threshold: bigint
    proposal_id: bigint