filecoin SignedMessage how to use java MarshalCBOR
- Langage dominant
- Java
- Étoiles
- 13
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
}
``
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100