Function getContractByteCode

  • Get contract byte code

    Parameters

    • contractId: `ct_${string}`

      Contract address

    • options: { onNode: Node }

      Options

      • onNode: Node

        Node to use

    Returns Promise<ByteCode>

    Use Node.getContractCode instead