FPT Blockchain Lab
GitHubGitHub (opens in a new tab)
  • Introduction
  • Get Started
      • Hardware Specification
      • Production
      • Deploy Validators
      • Enhanced Permissions
      • Blockchain Explorer
      • Limitations
    • Docker
    • Permission Layer
    • LC
    • Quorum Middleware
    • Java
      • Installation
        • Create Standard LC
        • Create Upas LC
        • Approve LC
        • Close LC
        • Submit Amendment
        • Approve Amendment
        • Fulfill Amendment
        • Assign Account Role
        • Update Account Status
        • Approve Amend
        • Assign Account
        • Close Lc
        • Create Standard
        • Create Upas
        • Fulfill Amend
        • Submit Amend
        • Update Account

On This Page

  • LCWrapper.closeLC(documentId, from)
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
Middleware/SDK
Javascript
API
Close Lc

Close LC

The closeLC is used to close LC and returns transaction receipt.

LCWrapper.closeLC(documentId, from)

  • documentId: string - hash of documentId
  • from: string - account send transaction

Return transaction receipt

Assign AccountCreate Standard

Powered By FPT Blockchain Lab