File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ service Wallet {
74
74
};
75
75
};
76
76
77
-
78
77
rpc SetAccountId (SetAccountIdContract ) returns (Transaction ) {
79
78
option (google.api.http ) = {
80
79
post : "/wallet/setaccountid"
@@ -429,7 +428,6 @@ service Wallet {
429
428
};
430
429
};
431
430
432
-
433
431
rpc GetDelegatedResource (DelegatedResourceMessage ) returns (DelegatedResourceList ) {
434
432
};
435
433
@@ -624,15 +622,12 @@ service Wallet {
624
622
}
625
623
626
624
rpc AddSign (TransactionSign ) returns (TransactionExtention ) {
627
-
628
625
}
629
626
630
627
rpc GetTransactionSignWeight (Transaction ) returns (TransactionSignWeight ) {
631
-
632
628
}
633
629
634
630
rpc GetTransactionApprovedList (Transaction ) returns (TransactionApprovedList ) {
635
-
636
631
}
637
632
638
633
rpc GetNodeInfo (EmptyMessage ) returns (NodeInfo ) {
@@ -645,7 +640,6 @@ service Wallet {
645
640
};
646
641
647
642
rpc UpdateBrokerage (UpdateBrokerageContract ) returns (TransactionExtention ) {
648
-
649
643
};
650
644
651
645
// for shiededTransaction
@@ -906,16 +900,15 @@ service WalletExtension {
906
900
service Database {
907
901
// for tapos
908
902
rpc getBlockReference (EmptyMessage ) returns (BlockReference ) {
909
-
910
903
}
904
+
911
905
rpc GetDynamicProperties (EmptyMessage ) returns (DynamicProperties ) {
912
-
913
906
}
907
+
914
908
rpc GetNowBlock (EmptyMessage ) returns (Block ) {
915
-
916
909
}
910
+
917
911
rpc GetBlockByNum (NumberMessage ) returns (Block ) {
918
-
919
912
}
920
913
};
921
914
You can’t perform that action at this time.
0 commit comments