token-core icon indicating copy to clipboard operation
token-core copied to clipboard

how to use this signature interface

Open Liu-Zhiying opened this issue 4 years ago • 0 comments

the interface is "pub(crate) fn sign_tezos_tx_raw(param: &SignParam, keystore: &mut Keystore) -> Result<Vec>". I do not know the usage of "TezosRawTxIn" structure. in fact there is no declaration of this structure is its field "raw_data" how to convert my data to the string. the interface is in "token-core-dev/tcx/src/handler.rs" the define of the structure is in "token-core-dev/tcx-tezos/src/transaction.rs"

Liu-Zhiying avatar Aug 20 '21 12:08 Liu-Zhiying