Versions in this module Expand all Collapse all v0 v0.4.1 Oct 24, 2022 v0.4.0 Oct 23, 2022 Changes in this version + const ACCOUNT_VERSION0 + const ACCOUNT_VERSION1 + const PROVIDER_GATEWAY + const PROVIDER_RPCV01 + type AccountManager struct + AccountAddress string + AccountClassHash string + PluginClassHash string + PrivateKey string + ProxyClassHash string + PublicKey string + TransactionHash string + Version string + func InstallAndWaitForAccountNoWallet(ctx context.Context, provider V, privateKey *big.Int, ...) (*AccountManager, error) + func (ap *AccountManager) CallWithGateway(call types.FunctionCall, provider *gateway.GatewayProvider) ([]string, error) + func (ap *AccountManager) ExecuteWithGateway(counterAddress, selector string, provider *gateway.GatewayProvider) (string, error) + func (ap *AccountManager) ExecuteWithRPCv01(counterAddress, selector string, provider *rpcv01.Provider) (string, error) + func (ap *AccountManager) ExecuteWithSessionKey(counterAddress, selector string, provider *rpcv01.Provider) (string, error) + func (ap *AccountManager) Read(filename string) error + func (ap *AccountManager) Write(filename string) error + type DeclareOutput struct + type DeployOutput struct + ClassHash string + ContractAddress string + TransactionHash string + type GatewayProvider gateway.GatewayProvider + type Provider interface + type RPCv01Provider rpcv01.Provider