# Functions
FmtCallDataCairo0 generates a slice of *felt.Felt that represents the calldata for the given function calls in Cairo 0 format.
FmtCallDataCairo2 generates the calldata for the given function calls for Cairo 2 contracs.
GetRandomKeys gets a random set of pub-priv keys.
NewAccount creates a new Account instance.
NewMemKeystore initializes and returns a new instance of MemKeystore.
SetNewMemKeystore returns a new instance of MemKeystore and sets the given public key and private key in it.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
MemKeystore implements the Keystore interface and is intended for example and test code.
# Interfaces
go:generate mockgen -destination=../mocks/mock_account.go -package=mocks -source=account.go AccountInterface.
No description provided by the author