AccountInfoWithBase58EncodedData

type AccountInfoWithBase58EncodedData = Readonly<{
  data: Base58EncodedDataResponse;
}>;

Deprecated

On this page