You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classTxType(enum.Enum):
""" TxType is the enum class for transaction types """GENESIS=1PAYMENT=2LEASE=3LEASE_CANCEL=4MINTING=5CONTEND_SLOTS=6RELEASE_SLOTS=7REGISTER_CONTRACT=8EXECUTE_CONTRACT_FUNCTION=9DB_PUT=10
For py-v-sdk, TX types below are not required to support.
GENSIS
MINTING
As of de5ceda, below Tx types are not yet supported.
CONTEND_SLOTS
RELEASE_SLOTS
We need to support them but the priority is relatively low as they are nice to have.
The text was updated successfully, but these errors were encountered:
Description
Currently, VSYS has 10 TX types as shown below.
For
py-v-sdk
, TX types below are not required to support.GENSIS
MINTING
As of de5ceda, below Tx types are not yet supported.
CONTEND_SLOTS
RELEASE_SLOTS
We need to support them but the priority is relatively low as they are nice to have.
The text was updated successfully, but these errors were encountered: