Skip to main content

VersionAssignmentInterface

type VersionAssignmentInterface

Object version assignment from consensus

BCS

The BCS serialized form for this type is defined by the following ABNF:

```text version-assignment = object-id u64 ```

type VersionAssignmentInterface interface {
ObjectId() *ObjectId
Version() *Version
}