Skip to content

@aldea/sdk / Exports / abi / FunctionNode

Interface: FunctionNode

abi.FunctionNode

Function interface

Hierarchy

Table of contents

Properties

Properties

args

args: ArgNode[]

Inherited from

FunctionNodeSchema.args

Defined in

packages/core/dist/abi/types.d.ts:50


kind

kind: FUNCTION

Defined in

packages/core/dist/abi/types.d.ts:91


name

name: string

Inherited from

FunctionNodeSchema.name

Defined in

packages/core/dist/abi/types.d.ts:49


rtype

rtype: TypeNode

Inherited from

FunctionNodeSchema.rtype

Defined in

packages/core/dist/abi/types.d.ts:51