createrawsendfrom what methods does it include?

+1 vote

Hi

I am trying to build some filtering on multichain rpc methods.

Now I need to figure out what a user can implicitly call when "createrawsendfrom" method is allowed.

Is it correct, that this will allow the following methods: sendfromissuefrompublishfromcreatecromgrantfrom and revokefrom?

Something else that you can do with "createrawsendfrom"?

 

Thanks

asked Aug 20, 2018 by anonymous

1 Answer

0 votes

Pretty much any kind of transaction can be sent using createrawsendfrom – please see this page:

https://www.multichain.com/developers/raw-transactions/

But please note that you also need to block sendrawtransaction since users can always build transactions manually outside of MultiChain.

Also note the rpcallowmethod runtime parameter.

answered Aug 21, 2018 by MultiChain
...