BlobGetAccountInfoResponse type

getAccountInfo işleminin yanıt verilerini içerir.

type BlobGetAccountInfoResponse = WithResponse<
  BlobGetAccountInfoHeaders,
  BlobGetAccountInfoHeaders
>