Documentation
¶
Index ¶
- Variables
- 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
- type CompiledContract
- type CompiledContracts
Constants ¶
This section is empty.
Variables ¶
View Source
var AccountCompiled []byte
View Source
var AccountContracts = CompiledContracts{ "v1": { // contains filtered or unexported fields }, }
View Source
var AccountWithPluginCompiled []byte
View Source
var CounterCompiled []byte
View Source
var ERC20Compiled []byte
View Source
var ProxyCompiled []byte
View Source
var SessionKeyPluginCompiled []byte
View Source
var StarkSignerPluginCompiled []byte
Functions ¶
func AccountFormater ¶
func AccountPluginFormater ¶
func AccountV0Formater ¶
Types ¶
type CalldataFormater ¶
type CompiledContract ¶
type CompiledContract struct {
AccountCompiled []byte
PluginCompiled []byte
ProxyCompiled []byte
Formatter CalldataFormater
}
type CompiledContracts ¶
type CompiledContracts map[string]map[bool]map[bool]CompiledContract
Click to show internal directories.
Click to hide internal directories.