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 Two Functions: RequestFeeDeletation(as client) and SignFeeDelegation(as server) #7

Closed laalaguer closed 2 years ago

laalaguer commented 2 years ago

According to VIP-191, and structure VIP-201

RequestFeeDelegation - Posting a tx as a fee delegation format to a remote server and receive response.

SignFeeDelegation - Receive a tx, sign as a fee delegator (or reject).