Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CashScript/cashscript
/ Named
Interface
Named
packages/cashc/src/ast/AST.ts:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
export
interface
Named {
17
name: string;
18
}
19
20
export
interface
Typed {
21
type
: Type;
Callers
nothing calls this directly
Implementers
5
ContractNode
packages/cashc/src/ast/AST.ts
FunctionDefinitionNode
packages/cashc/src/ast/AST.ts
ParameterNode
packages/cashc/src/ast/AST.ts
VariableDefinitionNode
packages/cashc/src/ast/AST.ts
IdentifierNode
packages/cashc/src/ast/AST.ts
Calls
no outgoing calls
Tested by
no test coverage detected