Modify the CreateAccount flow in Corda accounts to allow custom notary
See original GitHub issueThe 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:
- Created 3 years ago
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, great! Thanks for the explanation. I’m happy for this to be closed.
Automatically created Jira issue: CORDA-3894