A standing proposal on the table.

interface StandingProposal {
    sender: `${string}:${string}`;
    sequence: number;
    terms: unknown;
}

Properties

Properties

sender: `${string}:${string}`
sequence: number
terms: unknown