mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
17 lines
220 B
Go
17 lines
220 B
Go
package compiler
|
|
|
|
func addStandardAbiAndBin() string {
|
|
return "abi,bin,"
|
|
}
|
|
|
|
func addDevDoc() string {
|
|
return "devdoc"
|
|
}
|
|
|
|
func addUserDoc() string {
|
|
return "userdoc"
|
|
}
|
|
|
|
func addMetadata() string {
|
|
return "metadata"
|
|
}
|