Interface

BindingImports

BindingImports

Imports needed for generating bindings

View Source lib/bindings/utils.d.ts, line 19

Members

boolean

# needsBufferImport

Whether Buffer import is needed

View Source lib/bindings/utils.d.ts, line 35

Set.<string>

# stellarContractImports

Imports needed from the Stellar SDK in the contract namespace

View Source lib/bindings/utils.d.ts, line 27

Set.<string>

# stellarImports

Imports needed from Stellar SDK in the global namespace

View Source lib/bindings/utils.d.ts, line 31

Set.<string>

# typeFileImports

Imports needed from type definitions

View Source lib/bindings/utils.d.ts, line 23