invoice bolt11 memo fix and userOperation includes tx_hash (if exists) and interanl boolean
This commit is contained in:
parent
9b8e1c32c8
commit
77fa31c2b2
9 changed files with 3499 additions and 3461 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue