Skip to content

$BuildVersion

const $BuildVersion: object

Type declaration

properties

readonly properties: object

properties.branch

readonly properties.branch: object

properties.branch.type

readonly properties.branch.type: "string" = 'string'

properties.build_number

readonly properties.build_number: object

properties.build_number.format

readonly properties.build_number.format: "int64" = 'int64'

properties.build_number.type

readonly properties.build_number.type: "integer" = 'integer'

properties.channel

readonly properties.channel: object

properties.channel.type

readonly properties.channel.type: "string" = 'string'

properties.commit_hash

readonly properties.commit_hash: object

properties.commit_hash.type

readonly properties.commit_hash.type: "string" = 'string'

properties.major

readonly properties.major: object

properties.major.format

readonly properties.major.format: "int64" = 'int64'

properties.major.type

readonly properties.major.type: "integer" = 'integer'

properties.minor

readonly properties.minor: object

properties.minor.format

readonly properties.minor.format: "int64" = 'int64'

properties.minor.type

readonly properties.minor.type: "integer" = 'integer'

required

readonly required: readonly ["branch", "build_number", "channel", "commit_hash", "major", "minor"]

title

readonly title: "BuildVersion contains the current algod build version information." = 'BuildVersion contains the current algod build version information.'

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:662