invoice bolt11 memo fix and userOperation includes tx_hash (if exists) and interanl boolean

This commit is contained in:
Mothana 2024-01-10 17:56:48 +04:00
parent 9b8e1c32c8
commit 77fa31c2b2
9 changed files with 3499 additions and 3461 deletions

View file

@ -326,6 +326,8 @@ message UserOperation {
int64 service_fee = 7;
int64 network_fee = 8;
bool confirmed = 9;
string tx_hash = 10;
bool internal = 11;
}
message UserOperations {
int64 fromIndex=1;