You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response never contains a contract_address, as it's always set to None.
Is this intentional by design, or is it an oversight? I'm aware of the GetContractAddressFromTransactionID API, but this struct suggests the contract address should be included in the response.
CreateTransactionResponse Missing Contract Address in Response
The
CreateTransactionResponse
struct seems to have a field forcontract_address
:However, in the function
create_transaction
:The response never contains a
contract_address
, as it's always set toNone
.Is this intentional by design, or is it an oversight? I'm aware of the
GetContractAddressFromTransactionID
API, but this struct suggests the contract address should be included in the response.Relevant Code:
The text was updated successfully, but these errors were encountered: