LedgerEntryClaimOutput interface
台帳エントリ データから派生したアプリケーション要求。
プロパティ
collection |
コレクションの識別子。 |
contents | 台帳エントリの内容。 |
protocol | 指定された要求データから要求のダイジェストを計算するために使用されるプロトコルを表します。 |
secret |
Base64 でエンコードされた秘密鍵。 |
プロパティの詳細
collectionId
コレクションの識別子。
collectionId?: string
プロパティ値
string
contents
台帳エントリの内容。
contents?: string
プロパティ値
string
protocol
指定された要求データから要求のダイジェストを計算するために使用されるプロトコルを表します。
protocol: "LedgerEntryV1"
プロパティ値
"LedgerEntryV1"
secretKey
Base64 でエンコードされた秘密鍵。
secretKey?: string
プロパティ値
string