question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Modify the CreateAccount flow in Corda accounts to allow custom notary

See original GitHub issue

The CreateAccount flow in Corda accounts uses the first available notary: https://github.com/corda/accounts/blob/master/workflows/src/main/kotlin/com/r3/corda/lib/accounts/workflows/flows/CreateAccount.kt#L43

Would it be possible to allow the notary to be specified please?

Thanks!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
lemjclarkecommented, Aug 12, 2020

Ok, great! Thanks for the explanation. I’m happy for this to be closed.

1reaction
r3jirabotcommented, Jul 6, 2020

Automatically created Jira issue: CORDA-3894

Read more comments on GitHub >

github_iconTop Results From Across the Web

Writing a custom notary service (experimental)
The first step in creating a custom notary service is to create a service class in your CorDapp that extends the NotaryService abstract...
Read more >
Accounts Library - Corda Training
The Accounts Library solves that problem and provides a means of splitting the vault ... create your first AccountInfo by calling the CreateAccount...
Read more >
How the UUID of a corda account is unique across the network?
A new account can be created using inbuilt CreateAccount flow. The node generates and assigns a uuid to this account using UUID.randomUUID().
Read more >
Enabling Tokenization Options on Hyperledger Fabric
ERC-721 for Non-Fungible Tokens (NFT). •. ERC-1155 combined FTs & NFTs. • New emerging networks, e.g., Flow, supporting NFT marketplaces.
Read more >
Identity Management for a Blockchain-based Certificate ...
of the Corda distributed ledger, and the Corda Accounts library. ... Allow for identity details to change (e.g. name, address).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found