BlobGetAccountInfoResponse type

getAccountInfo 操作の応答データが含まれています。

type BlobGetAccountInfoResponse = WithResponse<
  BlobGetAccountInfoHeaders,
  BlobGetAccountInfoHeaders
>