@aws-sdk/client-qldb

GetDigestCommandOutput Interface

The output of GetDigestCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Digest RequiredUint8Array | undefined

The 256-bit hash value representing the digest returned by a GetDigest request.

DigestTipAddress RequiredValueHolder | undefined

The latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.

Full Signature

export interface GetDigestCommandOutput extends GetDigestResponse, MetadataBearer