Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 590 Bytes

console.md

File metadata and controls

33 lines (20 loc) · 590 Bytes

console

  • console : ConsoleConfig

    • account_namespace : bool

      Put all accounts under account namespace in console context if set true.
      Otherwise, they will be available in global namespace

    • contract_namespace : bool

      Put all contracts under contract namespace in console context if set true.
      Otherwise, they will be available in global namespace


Default Config

[console]
account_namespace = true
contract_namespace = true