ContainerGetAccountInfoResponse type

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

type ContainerGetAccountInfoResponse = WithResponse<
  ContainerGetAccountInfoHeaders,
  ContainerGetAccountInfoHeaders
>