UNPKG
cache-typescript-sdk
Version:
latest (0.0.1)
0.0.1
Blockstart NIS1 SDK
github.com/blockstart/blockstart-nis1-sdk
blockstart/blockstart-nis1-sdk
cache-typescript-sdk
/
dist
/
src
/
infrastructure
/
transaction
/
HashData.d.ts
11 lines
(10 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * * The HashData structure describes basic information for a hash data. */
export
interface
HashData
{
/** * Transaction hash */
readonly
data?:
string
; }