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 + var AccountCompiled []byte + var AccountContracts = CompiledContracts + var AccountV0Compiled []byte + var AccountV0WithPluginCompiled []byte + var AccountWithPluginCompiled []byte + var CounterCompiled []byte + var ERC20Compiled []byte + var PluginV0Compiled []byte + var ProxyCompiled []byte + var ProxyV0Compiled []byte + var SessionKeyPluginCompiled []byte + var StarkSignerPluginCompiled []byte + func AccountFormater(accountHash, pluginHash, publicKey string) ([]string, error) + func AccountPluginFormater(accountHash, pluginHash, publicKey string) ([]string, error) + func AccountV0Formater(accountHash, pluginHash, publicKey string) ([]string, error) + type CalldataFormater func(accountHash, pluginHash, publicKey string) ([]string, error) + type CompiledContract struct + AccountCompiled []byte + Formatter CalldataFormater + PluginCompiled []byte + ProxyCompiled []byte + type CompiledContracts map[string]map[bool]map[bool]CompiledContract