documentNodeQueryEpochSummary top-level constant
DocumentNode
const documentNodeQueryEpochSummary
Implementation
const documentNodeQueryEpochSummary = DocumentNode(
definitions: [
OperationDefinitionNode(
type: OperationType.query,
name: NameNode(value: 'EpochSummary'),
variableDefinitions: [
VariableDefinitionNode(
variable: VariableNode(name: NameNode(value: 'epochId')),
type: NamedTypeNode(
name: NameNode(value: 'UInt53'),
isNonNull: false,
),
defaultValue: DefaultValueNode(value: null),
directives: [],
),
],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'epoch'),
alias: null,
arguments: [
ArgumentNode(
name: NameNode(value: 'epochId'),
value: VariableNode(name: NameNode(value: 'epochId')),
),
],
directives: [],
selectionSet: SelectionSetNode(
selections: [
FieldNode(
name: NameNode(value: 'epochId'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'referenceGasPrice'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'totalTransactions'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'startTimestamp'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
FieldNode(
name: NameNode(value: 'endTimestamp'),
alias: null,
arguments: [],
directives: [],
selectionSet: null,
),
],
),
),
],
),
),
],
);