We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction
Refering to the definition in v6/Transaction.go`
The types ConstructorCallData, Signature, Calldata, PaymasterData and AccountDeployementData are arrays of *felt.Felt, they should be felt.Felt.
ConstructorCallData
Signature
Calldata
PaymasterData
AccountDeployementData
*felt.Felt
felt.Felt
This refactor might be impact other structs as well.
The text was updated successfully, but these errors were encountered:
rodrigo-pino
No branches or pull requests
Refering to the definition in v6/Transaction.go`
The types
ConstructorCallData
,Signature
,Calldata
,PaymasterData
andAccountDeployementData
are arrays of*felt.Felt
, they should befelt.Felt
.This refactor might be impact other structs as well.
The text was updated successfully, but these errors were encountered: