interface IProposal {
    earliest_exec_time?: string;
    packed_transaction: Interfaces.Msig.IBytes;
    proposal_name: string;
}

Properties

earliest_exec_time?: string
packed_transaction: Interfaces.Msig.IBytes
proposal_name: string