I would like to get the transaction signature that the smart contract is executing, which looks like "SIG_K1_......". Thanks.
The read_transaction function can get the entire transaction in serialized form. You can deserialize it and pull out any information. You'll have to create equivalents to chain's transaction-related structures to do the deserialization.
That seems very complicated. Is there any other way? I just need the signature....
There鈥檚 not. It鈥檚 complicated because it鈥檚 a rare need.
Understood. Thanks for your help. I would try the other approach then.
@shwuhk Have you found the way to get signature?
@ohJohanZ guess not
Most helpful comment
@shwuhk Have you found the way to get signature?