$Block: {
description: "A Block with or without transactions\n\n This contains the information about a transactions along with\n associated transactions if requested";
properties: {
block_hash: {
isRequired: true;
type: "HashValue";
};
block_height: {
isRequired: true;
type: "U64";
};
block_timestamp: {
isRequired: true;
type: "U64";
};
first_version: {
isRequired: true;
type: "U64";
};
last_version: {
isRequired: true;
type: "U64";
};
transactions: {
contains: {
type: "Transaction";
};
type: "array";
};
};
} = ...
Type declaration
-
description: "A Block with or without transactions\n\n This contains the information about a transactions along with\n associated transactions if requested"
-
properties: {
block_hash: {
isRequired: true;
type: "HashValue";
};
block_height: {
isRequired: true;
type: "U64";
};
block_timestamp: {
isRequired: true;
type: "U64";
};
first_version: {
isRequired: true;
type: "U64";
};
last_version: {
isRequired: true;
type: "U64";
};
transactions: {
contains: {
type: "Transaction";
};
type: "array";
};
}
-
block_hash: {
isRequired: true;
type: "HashValue";
}
-
isRequired: true
-
type: "HashValue"
-
block_height: {
isRequired: true;
type: "U64";
}
-
isRequired: true
-
type: "U64"
-
block_timestamp: {
isRequired: true;
type: "U64";
}
-
isRequired: true
-
type: "U64"
-
first_version: {
isRequired: true;
type: "U64";
}
-
isRequired: true
-
type: "U64"
-
last_version: {
isRequired: true;
type: "U64";
}
-
isRequired: true
-
type: "U64"
-
transactions: {
contains: {
type: "Transaction";
};
type: "array";
}
-
contains: {
type: "Transaction";
}
-
type: "array"