syscoincreatenevmblob "data" ( overwrite_existing conf_target "estimate_mode" fee_rate )
Create NEVM blob data used by rollups
Arguments:
1. data (string, required) blob in hex
2. overwrite_existing (boolean, optional, default=true) true to overwrite an existing blob if it exists, false to return versionhash of data on duplicate.
3. conf_target (numeric, optional, default=wallet -txconfirmtarget) Confirmation target in blocks
4. estimate_mode (string, optional, default="unset") The fee estimate mode, must be one of (case insensitive):
"unset"
"economical"
"conservative"
5. fee_rate (numeric or string, optional, default=not set, fall back to wallet fee estimation) Specify a fee rate in sat/vB.
Examples:
> syscoin-cli syscoincreatenevmblob "data"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "syscoincreatenevmblob", "params": ["data"]}' -H 'content-type: text/plain;' http://127.0.0.1:8370/