Skip to main content

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!
}

Fields

TransactionActionsProposal.actions ● [Action!]! non-null object

TransactionActionsProposal.allowFailureMap ● BigInt! non-null scalar

TransactionActionsProposal.createdAt ● BigInt! non-null scalar

TransactionActionsProposal.creator ● Bytes! non-null scalar

TransactionActionsProposal.dao ● Dao! non-null object

TransactionActionsProposal.endDate ● BigInt! non-null scalar

TransactionActionsProposal.executed ● Boolean! non-null scalar

TransactionActionsProposal.executionTxHash ● Bytes scalar

TransactionActionsProposal.failureMap ● BigInt scalar

TransactionActionsProposal.id ● ID! non-null scalar

TransactionActionsProposal.metadata ● String scalar

TransactionActionsProposal.startDate ● BigInt! non-null scalar

Interfaces

IProposal interface

© 2024