Skip to content

Commit a6ba1de

Browse files
authored
Merge pull request #467 from AlvaroLuken/al/request-fee-payer
Change type from base64 to string
2 parents c2ce0ae + 2d19a14 commit a6ba1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

evm_body.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@ alchemy_requestFeePayer:
27812781
type: string
27822782
format: uuid
27832783
serializedTransaction:
2784-
type: base64
2784+
type: string
27852785
description: A base64-encoded serialized transaction missing signature fields. The `feePayer` field should be set to an address that is different than any other address included in the tx. The API will update the `feePayer` and add the signature to the `serializedTransaction`.
27862786
webhookData:
27872787
type: string

evm_responses.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ alchemy_requestFeePayer:
19381938
type: object
19391939
properties:
19401940
serializedTransaction:
1941-
type: base64
1941+
type: string
19421942
description: A base64-encoded serialized transaction, signed by the `feePayer` with the `feePayer` field set.
19431943
example:
19441944
$ref: ./evm_examples.yaml#/alchemy_requestFeePayer

0 commit comments

Comments
 (0)