wip: add transfer auithorization

This commit is contained in:
2023-06-27 13:57:15 +08:00
parent 98ff897049
commit d848ab4690
5 changed files with 141 additions and 8 deletions

View File

@@ -21,5 +21,6 @@ const (
ACCOUNT_REGISTER OtxType = "ACCOUNT_REGISTER"
REFILL_GAS OtxType = "REFILL_GAS"
TRANSFER_AUTH OtxType = "TRANFSER_AUTHORIZATION"
TRANSFER_VOUCHER OtxType = "TRANSFER_VOUCHER"
)