A Borsh-compatible public key object
The pattern for these objects is to have their properties dynamically assigned by borsh.decode, as opposed to via a constructor.
The imperative assignment operator (!) is used to avoid Typescript complaining about the above.
Generated using TypeDoc
A Borsh-compatible public key object
The pattern for these objects is to have their properties dynamically assigned by borsh.decode, as opposed to via a constructor.
The imperative assignment operator (!) is used to avoid Typescript complaining about the above.