Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T transactionCC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • smartcontracts
  • transactionCC
  • Issues
  • #14

Closed
Open
Created Dec 08, 2017 by Yury@yandrevvOwner

Перенести создание счетов для блокировки в чейнкод

public String makeLockAmountAccountId(String userId, String operationId) { return "lockAmountAccountId_" + userId + "_" + operationId; }

public String makeLockAmountWalletId(String userId, String operationId) {
    return "lockAmountWalletId_" + userId + "_" + operationId;
}

public String makeLockCommissionAccountId(String userId, String operationId) {
    return "lockCommissionAccountId_" + userId + "_" + operationId;
}

public String makeLockCommissionWalletId(String userId, String operationId) {
    return "lockCommissionWalletId_" + userId + "_" + operationId;
}
Assignee
Assign to
Time tracking