export type PublicAddress = {
  chain_code: string,
  token_code: string,
  public_address: string,
}
