gas tanking before transaction
This commit is contained in:
@@ -141,6 +141,22 @@ message ExecutionRefs {
|
||||
string fee_transfer_ref = 6;
|
||||
}
|
||||
|
||||
message ExecutionStep {
|
||||
string code = 1;
|
||||
string description = 2;
|
||||
common.money.v1.Money amount = 3;
|
||||
common.money.v1.Money network_fee = 4;
|
||||
string source_wallet_ref = 5;
|
||||
string destination_ref = 6;
|
||||
string transfer_ref = 7;
|
||||
map<string, string> metadata = 8;
|
||||
}
|
||||
|
||||
message ExecutionPlan {
|
||||
repeated ExecutionStep steps = 1;
|
||||
common.money.v1.Money total_network_fee = 2;
|
||||
}
|
||||
|
||||
// Card payout gateway tracking info.
|
||||
message CardPayout {
|
||||
string payout_ref = 1;
|
||||
@@ -166,6 +182,7 @@ message Payment {
|
||||
google.protobuf.Timestamp created_at = 10;
|
||||
google.protobuf.Timestamp updated_at = 11;
|
||||
CardPayout card_payout = 12;
|
||||
ExecutionPlan execution_plan = 13;
|
||||
}
|
||||
|
||||
message QuotePaymentRequest {
|
||||
|
||||
Reference in New Issue
Block a user