Skip to content

Commit

Permalink
improve: add GetTransactionResponse.create_at (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Dec 16, 2023
1 parent f8a091d commit bccef06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stellar_sdk/soroban_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ class GetTransactionResponse(BaseModel):
alias="resultMetaXdr", default=None
) # stellar_sdk.xdr.TransactionMeta
ledger: Optional[int] = Field(alias="ledger", default=None)
create_at: int = Field(alias="createdAt")


# send_transaction
Expand Down

0 comments on commit bccef06

Please sign in to comment.