filecoin SignedMessage how to use java MarshalCBOR
- 主要言語
- Java
- スター
- 13
- フォーク
- 8
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
filecoin SignedMessage how to use java MarshalCBOR .
The following is the source code of go language, how to use Java language to encode it
```
type SignedMessage struct {
Message Message
Signature crypto.Signature
}
type Message struct {
Version uint64
To address.Address
From address.Address
Nonce uint64
Value abi.TokenAmount
GasLimit int64
GasFeeCap abi.TokenAmount
GasPremium abi.TokenAmount
Method abi.MethodNum
Params []byte
}
type Signature struct {
Type SigType
Data []byte
}
``
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue provides Go definitions for SignedMessage, Message, and Signature but names no Java files or tests. Start by locating the Java IPLD CBOR encoding API and compare its supported types with the supplied structure; done should be a clear Java encoding approach or example for this data.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100