MCPcopy Create free account

hub / github.com/CoinageCrypto/lamington / functions

Functions107 in github.com/CoinageCrypto/lamington

↓ 10 callersFunctionmapParameterType
({ eosType, contractName, contractStructs, }: { eosType: string; contractName?: string; contractStructs?
src/contracts/typeGenerator.ts:22
↓ 9 callersFunctioneosIsReady
()
src/cli/utils.ts:201
↓ 8 callersFunctionstopContainer
()
src/cli/utils.ts:159
↓ 7 callersMethodinitWithDefaults
* Downloads the example project and integrates aspects where required. * @author Mitch Pierias <github.com/MitchPierias>
src/project/projectManager.ts:57
↓ 7 callersFunctionpascalCase
(value: string)
src/contracts/utils.ts:7
↓ 4 callersMethodgetAssetURL
* Downloads the organization's latest repository release image and * returns the assets matching the specified filter * @author Kevin Brown <githu
src/configManager.ts:117
↓ 4 callersFunctionsleep
(delayInMs: number)
src/utils.ts:35
↓ 4 callersFunctionstartEos
()
src/cli/utils.ts:216
↓ 3 callersFunctionbuildAll
(match?: string[])
src/cli/utils.ts:314
↓ 3 callersMethodcreateDirectoryIfMissing
* Creates a new local directory if missing and returns the path * @author Mitch Pierias <github.com/MitchPierias> * @param dirName Directory to cr
src/project/projectManager.ts:189
↓ 3 callersFunctiondockerImageName
()
src/cli/utils.ts:72
↓ 3 callersFunctionwrite
(value: string)
src/contracts/typeGenerator.ts:177
↓ 2 callersFunctionassertExpectedEOSError
( operation: Promise<any>, eosErrorName: string, furtherErrorCheck?: (err: any) => any )
src/utils.ts:147
↓ 2 callersFunctioncamelCase
(value: string)
src/contracts/utils.ts:19
↓ 2 callersMethodconfigExists
* Checks the existence of the configuration * file at the default [[CONFIGURATION_FILE_NAME]] or * optional path * @author Mitch Pierias <github
src/configManager.ts:177
↓ 2 callersFunctiongenerateTypes
(contractIdentifier: string)
src/contracts/typeGenerator.ts:157
↓ 2 callersFunctiongenerateTypesFromString
( rawABI: string, contractName: string )
src/contracts/typeGenerator.ts:45
↓ 2 callersMethodloadConfigFromDisk
* Loads an existing configuration file into [[ConfigManager.config]] * @author Kevin Brown <github.com/thekevinbrown> * @param atPath Optional fil
src/configManager.ts:188
↓ 2 callersFunctiontimer
()
src/utils.ts:276
↓ 2 callersFunctionversionFromUrl
(url: string)
src/cli/utils.ts:56
↓ 2 callersFunctionwriteIndented
(level: IndentedGeneratorLevel)
src/contracts/typeGenerator.ts:178
↓ 2 callersFunctionwriteLevel
(level: GeneratorLevel | IndentedGeneratorLevel)
src/contracts/typeGenerator.ts:190
↓ 1 callersFunctionaccountNameFromPublicKey
(publicKey: string)
src/accounts/utils.ts:21
↓ 1 callersFunctionassertEOSError
( operation: Promise<any>, eosErrorName: string, description: string )
src/utils.ts:183
↓ 1 callersFunctionassertEOSErrorIncludesMessage
( operation: Promise<any>, message: string, errorName?: string )
src/utils.ts:201
↓ 1 callersFunctionassertRowsEqualStrict
( getTableRowsResult: Promise<TableRowsResult<RowType>>, expected: Array<RowType> )
src/utils.ts:101
↓ 1 callersFunctionbuild
(contractPath: string)
src/cli/utils.ts:395
↓ 1 callersFunctionbuildImage
()
src/cli/utils.ts:97
↓ 1 callersMethodcloneExampleProject
* Downloads the latest example Lamington project from GitHub * @author Mitch Pierias <github.com/MitchPierias> * @hidden
src/project/projectManager.ts:133
↓ 1 callersFunctioncompileContract
(contractPath: string)
src/cli/utils.ts:426
↓ 1 callersMethodconfigureDependencies
* Injects the required project dependencies into the currently cached package data * @author Mitch Pierias <github.com/MitchPierias> * @hidden
src/project/projectManager.ts:121
↓ 1 callersMethodcreateConfigIfMissing
* Creates a default configuration file if it doesn't exist at the specified path. * @author Mitch Pierias <github.com/MitchPierias> * @author Kevi
src/configManager.ts:150
↓ 1 callersMethodcreateIfMissing
* Creates a `.gitignore` file when it doesn't exist * and configures the base ignore files
src/gitignoreManager.ts:21
↓ 1 callersFunctionend
(message: string = '', isError: boolean = false)
src/cli/logIndicator.ts:44
↓ 1 callersFunctionexplicitAuthorities
( threshold: number, permissionLevelWeights: PermissionLevelWeight[] = [], keyWeights: KeyWait[] = []
src/accounts/updateAuth.ts:93
↓ 1 callersFunctionfilterMatches
(paths: string[])
src/cli/utils.ts:370
↓ 1 callersFunctionflattenGeneratorLevels
(interfaceContent: GeneratorLevel)
src/contracts/typeGenerator.ts:174
↓ 1 callersMethodflattenOptions
* Flattens account creation options * @author Kevin Brown <github.com/thekevinbrown> * @returns Account creation options
src/accounts/accountManager.ts:234
↓ 1 callersFunctionforAccount
(account: Account, permission: string)
src/accounts/updateAuth.ts:76
↓ 1 callersFunctionhashToEOSName
(data: string)
src/accounts/utils.ts:28
↓ 1 callersFunctionimageExists
()
src/cli/utils.ts:85
↓ 1 callersFunctionincludeMatches
(paths: string[])
src/cli/utils.ts:361
↓ 1 callersMethodinjectScripts
* Injects recommended Lamington scripts into the currently cached package data * @author Mitch Pierias <github.com/MitchPierias> * @hidden
src/project/projectManager.ts:109
↓ 1 callersMethodisValidConfig
(config: object)
src/configManager.ts:140
↓ 1 callersMethodloadExistingProject
* Examines the current directory and loads any existing `package.json` file * into this object cache state. * @author Mitch Pierias <github.com/Mi
src/project/projectManager.ts:85
↓ 1 callersFunctionnextBlock
()
src/utils.ts:43
↓ 1 callersFunctiononlyMatches
(paths: string[], matches: string[] = [])
src/cli/utils.ts:352
↓ 1 callersFunctionoutputPathForContract
(contractPath: string)
src/cli/utils.ts:417
↓ 1 callersFunctionpathToIdentifier
(filePath: string)
src/cli/utils.ts:387
↓ 1 callersFunctionrun
()
src/cli/lamington-init.ts:12
↓ 1 callersFunctionrun
()
src/cli/lamington-stop.ts:8
↓ 1 callersFunctionrun
()
src/cli/lamington-start.ts:9
↓ 1 callersFunctionrun
()
src/cli/lamington-test.ts:12
↓ 1 callersFunctionrun
()
src/cli/lamington-build.ts:11
↓ 1 callersFunctionrunTests
()
src/cli/utils.ts:262
↓ 1 callersFunctionsaveInterface
(contractIdentifier: string, interfaceContent: string)
src/contracts/typeGenerator.ts:215
↓ 1 callersFunctionstartContainer
()
src/cli/utils.ts:134
↓ 1 callersFunctionuntilEosIsReady
(attempts: number = MAX_CONNECTION_ATTEMPTS)
src/cli/utils.ts:176
↓ 1 callersFunctionupdate
(text: string)
src/cli/logIndicator.ts:27
Methodaccount
* Gets the currently configured contract account * @author Kevin Brown <github.com/thekevinbrown> * @returns Current contract account
src/contracts/contract.ts:67
Methodactive
* Returns a configured active key permission * @author Kevin Brown <github.com/thekevinbrown> * @returns Valid active key
src/accounts/account.ts:56
FunctionassertEOSException
(operation: Promise<any>)
src/utils.ts:235
FunctionassertMissingAuthority
(operation: Promise<any>)
src/utils.ts:243
FunctionassertRowCount
( getTableRowsResult: Promise<TableRowsResult<any>>, expectedRowCount: number )
src/utils.ts:120
FunctionassertRowsContain
( getTableRowsResult: Promise<TableRowsResult<RowType>>, expected: RowType, strict: boolean = false )
src/utils.ts:51
FunctionassertRowsEqual
( getTableRowsResult: Promise<TableRowsResult<RowType>>, expected: Array<RowType>, strict: boolean = false
src/utils.ts:76
Methodat
* Loads a contract instance for a contract which is already deployed to the blockchain. * * ```typescript * ContractLoader.at<MyContractTypeDef>
src/contracts/contractLoader.ts:23
MethodbailOnFailure
* Returns the array of excluded strings or patterns * @author Dallas Johnson <github.com/dallasjohnson>
src/configManager.ts:299
Methodcdt
* Returns the current EOSIO.CDT configuration * @author Kevin Brown <github.com/thekevinbrown>
src/configManager.ts:208
Methodconstructor
(name: string, privateKey?: string, publicKey?: string)
src/accounts/account.ts:16
Methodconstructor
({ eos, identifier, account, abi, actions, types }: ContractConstructorArgs)
src/contracts/contract.ts:80
Methodcontracts
* Returns the current eosio.contracts configuration * @author Johan Nordberg <github.com/jnordberg>
src/configManager.ts:216
Functioncreate
(text: string)
src/cli/logIndicator.ts:12
MethoddebugLevel
* Returns the container's debugLevel output setting * @author Dallas Johnson <github.com/dallasjohnson>
src/configManager.ts:243
MethoddebugLevelMin
()
src/configManager.ts:255
MethoddebugLevelNone
* Returns the container's debugLevel output setting * @author Dallas Johnson <github.com/dallasjohnson>
src/configManager.ts:251
MethoddebugLevelVerbose
()
src/configManager.ts:259
FunctiondebugPromise
( promise: Promise<T>, successMessage: string, errorMessage?: string )
src/utils.ts:246
MethoddebugTransactions
* Returns the container's debug log output setting * @author Kevin Brown <github.com/thekevinbrown>
src/configManager.ts:232
Methoddeploy
* Deploys contract files to a randomly generated account * * ```typescript * // Deploy the contract with identifier * ContractDeployer.deploy<
src/contracts/contractDeployer.ts:126
MethoddeployToAccount
* Deploys contract files to a specified account * * ```typescript * // Create a new account * const account = await AccountManager.createAccou
src/contracts/contractDeployer.ts:34
MethoddeployWithName
* Deploys contract files to a specified account name * * ```typescript * // Deploy the `mycontract` contract to the account with name `mycontrac
src/contracts/contractDeployer.ts:147
Methodeos
* Returns the current EOSIO configuration * @author Kevin Brown <github.com/thekevinbrown>
src/configManager.ts:200
Methodexclude
* Returns the array of excluded strings or patterns * @author Mitch Pierias <github.com/MitchPierias>
src/configManager.ts:283
FunctionexecLinkAuth
( authorizations: PermissionLevel[], account: string, code: string, type: string, requirement: strin
src/accounts/updateAuth.ts:116
FunctionexecUpdateAuth
( authorizations: PermissionLevel[], account: string, permission: string, parent: string, authToSet:
src/accounts/updateAuth.ts:40
Functionfail
(message: string)
src/cli/logIndicator.ts:62
FunctionforContractCode
(account: Account)
src/accounts/updateAuth.ts:64
FunctiongenerateAllTypes
()
src/contracts/typeGenerator.ts:140
Methodidentifier
* Gets the current contract identifier * @author Kevin Brown <github.com/thekevinbrown> * @returns Contract identifier
src/contracts/contract.ts:76
Methodinclude
* Returns the array of included strings or patterns. Defaults to include all `*.cpp` files * @author Dallas Johnson <github.com/dallasjohnson>
src/configManager.ts:275
MethodinitWithDefaults
* Initialize application configuration using the user * defined configurations and defaults * @author Kevin Brown <github.com/thekevinbrown> * @
src/configManager.ts:94
FunctionisMin
(debugLevel: LamingtonDebugLevel)
src/configManager.ts:54
FunctionisNone
(debugLevel: LamingtonDebugLevel)
src/configManager.ts:50
FunctionisVerbose
(debugLevel: LamingtonDebugLevel)
src/configManager.ts:58
MethodkeepAlive
* Returns the container keep alive setting or false * @author Mitch Pierias <github.com/MitchPierias>
src/configManager.ts:224
MethodlogOutput
(verboseOutput: string)
src/eosManager.ts:112
MethodmessagesTable
(options?: GetTableRowsOptions)
contracts/example.ts:26
Functionms
Milliseconds e.g. 2000ms etc.
src/utils.ts:285
MethodoutDir
* Returns the output build directory or [[CACHE_DIRECTORY]] * @author Mitch Pierias <github.com/MitchPierias>
src/configManager.ts:267
next →1–100 of 107, ranked by callers