CordappProviderInternal

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val cordapps: List<CordappImpl>

Functions

Link copied to clipboard

Exposes the current CorDapp context which will contain information and configuration of the CorDapp that is currently running.

Link copied to clipboard
abstract fun getContractAttachmentID(contractClassName: ContractClassName): AttachmentId?

Resolve an attachment ID for a given contract name

Link copied to clipboard

Similar to getContractAttachmentID except it returns the ContractAttachment object and also returns an optional second attachment representing the legacy version (4.11 or earlier) of the contract, if one exists.

Link copied to clipboard
abstract fun getCordappForFlow(flowLogic: FlowLogic<*>): Cordapp?