Interface CreateProposalOperation

Generic operation.

interface CreateProposalOperation {
    0: "create_proposal";
    1: {
        creator: string;
        daily_pay: string | Asset;
        end_date: string;
        extensions: any[];
        permlink: string;
        receiver: string;
        start_date: string;
        subject: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    creator: string;
    daily_pay: string | Asset;
    end_date: string;
    extensions: any[];
    permlink: string;
    receiver: string;
    start_date: string;
    subject: string;
}

Type declaration

  • creator: string
  • daily_pay: string | Asset
  • end_date: string
  • extensions: any[]

    Extensions. Not currently used.

  • permlink: string
  • receiver: string
  • start_date: string
  • subject: string