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