Opcode: STREAMCREATE #137
Labels
effort: epic
Multi-stage task that may require multiple PRs.
priority: 1
This is important. It should be dealt with shortly.
type: feature
New feature or request.
work: complex
Probe-sense-respond. The relationship between cause and effect can only be perceived in retrospect.
Spec
Creates a stream from
msg.sender
torecipient
for token with IDtoken_id
and sets the payment rate toamount
percadence
.Input
recipient
of typeAddress
token_id
of typeU256
amount
of typeU256
cadence
of typeU16
Output
Nothing.
Receipt
StreamCreate
U256
Errors
Notes
STREAMCREATE
instead ofCREATESTREAM
so that (i) there's no potential confusion with theCREATE*
opcodes, and (ii) all streaming-related opcodes can be grouped togetherRelated
Tasks
Discussions
The text was updated successfully, but these errors were encountered: