You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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"