filecoin-signing-tools icon indicating copy to clipboard operation
filecoin-signing-tools copied to clipboard

Is there a way to sign a transaction with only 3 fields as parameters?

Open fabriziogianni7 opened this issue 3 years ago • 0 comments

Hello, I'm trying to replicate this flow link where a notary has to sign a custom transaction which has only 3 parameters: client address, datacap to remove,and ID.t The lotus CLI just call [rpc.walletSign(...) ](https://github.com/filecoin-project/lotus/blob/422f66776fa07827f2cfa9d2f8142ef29dcd2a95/cli/filplus.go#L375 it just output the signed transaction. In this case, I'm not building a message with to, value, gasfee and so on. is there a method to sign this message using just custom parameters? thank you very much for the support.

:link: zboto Link

fabriziogianni7 avatar Sep 27 '22 09:09 fabriziogianni7