laalaguer / thor-requests.py

Easy to use Python SDK that talks to VeChain Thor blockchain like a pro. Covers most topic on contract interaction, vet transfer and transaction debug.
GNU General Public License v3.0
18 stars 5 forks source link

Add VIP-191 Fee Delegation Feature #3

Closed laalaguer closed 2 years ago

laalaguer commented 2 years ago

Fee paid by another person other than the transaction sender (origin)

This VIP-191 feature is included in the underlying SDK thor-devkit but not exposed here.

Any help to add this feature is welcomed to PR.