AccountInfoWithBase64EncodedData

type AccountInfoWithBase64EncodedData = Readonly<{
  data: Base64EncodedDataResponse;
}>;