Closed
Description
Support stx-transfer event memo
field (from Clarity stx-transfers in contract-call txs).
Feature was first introduced in stacks-network/stacks-core#2488
Then it was refactored in stacks-network/stacks-core#2732 to be a new Clarity function:
{
input_type: "uint, principal, principal, buff",
output_type: "(response bool uint)",
signature: "(stx-transfer-memo? amount sender recipient memo)",
example: "(stx-transfer-memo? u60 tx-sender 'SZ2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKQ9H6DPR 0x010203)"
}