Interface CreateProposalOperation
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; }; } Properties
1
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[]
permlink: string
receiver: string
start_date: string
subject: string
Generic operation.