Skip to content

Doc request: what is the relationship between abci/types/Validator.Address and crypto/Address? #3732

@coriolinus

Description

@coriolinus

abci/types/Validator has an Address field of type []byte.
crypto/Address is a newtype which resolves to []byte.

Request documentation of the relationship between them: can we simply cast between the two, or do we need to perform any kind of manual en/decoding?

Metadata

Metadata

Assignees

Labels

C:docsComponent: Documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions