Skip to content

Commit cbe2bfc

Browse files
committed
Update fee names
1 parent da37a00 commit cbe2bfc

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

generated/go/transaction/v2/transaction_service.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

generated/protobuf-es/transaction/v2/transaction_service_pb.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,16 +1759,16 @@ export enum FeePaymentAction_FeeType {
17591759
UNKNOWN = 0,
17601760

17611761
/**
1762-
* Server-defined fee for creating an external ATA for withdrawals on send
1762+
* Server-defined fee for creating an external ATA on withdrawals on send
17631763
*
1764-
* @generated from enum value: WITHDRAWAL_CREATE_ON_SEND = 1;
1764+
* @generated from enum value: CREATE_ON_SEND_WITHDRAWAL = 1;
17651765
*/
1766-
WITHDRAWAL_CREATE_ON_SEND = 1,
1766+
CREATE_ON_SEND_WITHDRAWAL = 1,
17671767
}
17681768
// Retrieve enum metadata with: proto3.getEnumType(FeePaymentAction_FeeType)
17691769
proto3.util.setEnumType(FeePaymentAction_FeeType, "code.transaction.v2.FeePaymentAction.FeeType", [
17701770
{ no: 0, name: "UNKNOWN" },
1771-
{ no: 1, name: "WITHDRAWAL_CREATE_ON_SEND" },
1771+
{ no: 1, name: "CREATE_ON_SEND_WITHDRAWAL" },
17721772
]);
17731773

17741774
/**
@@ -2015,7 +2015,7 @@ export class FeePaymentServerParameter extends Message<FeePaymentServerParameter
20152015
/**
20162016
* The destination account where OCP fee payments should be sent. This will
20172017
* only be set when the corresponding FeePaymentAction.Type:
2018-
* - WITHDRAWAL_CREATE_ON_SEND
2018+
* - CREATE_ON_SEND_WITHDRAWAL
20192019
*
20202020
* @generated from field: code.common.v1.SolanaAccountId destination = 1;
20212021
*/

proto/transaction/v2/transaction_service.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ message FeePaymentAction {
515515
FeeType type = 1 [(validate.rules).enum.not_in = 0];
516516
enum FeeType {
517517
UNKNOWN = 0;
518-
WITHDRAWAL_CREATE_ON_SEND = 1; // Server-defined fee for creating an external ATA for withdrawals on send
518+
CREATE_ON_SEND_WITHDRAWAL = 1; // Server-defined fee for creating an external ATA on withdrawals on send
519519
}
520520

521521
// The public key of the private key that has authority over source
@@ -588,7 +588,7 @@ message NoPrivacyWithdrawServerParameter {
588588
message FeePaymentServerParameter {
589589
// The destination account where OCP fee payments should be sent. This will
590590
// only be set when the corresponding FeePaymentAction.Type:
591-
// - WITHDRAWAL_CREATE_ON_SEND
591+
// - CREATE_ON_SEND_WITHDRAWAL
592592
common.v1.SolanaAccountId destination = 1 [(validate.rules).message.required = true];
593593
}
594594

0 commit comments

Comments
 (0)