TransactionActionsProposal
No description
type TransactionActionsProposal implements IProposal {
actions: [Action!]!
allowFailureMap: BigInt!
createdAt: BigInt!
creator: Bytes!
dao: Dao!
endDate: BigInt!
executed: Boolean!
executionTxHash: Bytes
failureMap: BigInt
id: ID!
metadata: String
startDate: BigInt!
}