/** * Maybe we need to use our own type later * For now just leave it as an alias of string */ export type PublicKey = string;