corda / net.corda.core.flows / ContractUpgradeFlow / Deauthorise

Deauthorise

@StartableByRPC class Deauthorise : FlowLogic<Void?>

Deauthorise a contract state upgrade. This will remove the upgrade authorisation from persistent store (and prevent any further upgrade)

Constructors

<init>

Deauthorise a contract state upgrade. This will remove the upgrade authorisation from persistent store (and prevent any further upgrade)

Deauthorise(stateRef: StateRef)

Properties

stateRef

val stateRef: StateRef

Functions

call

This is where you fill out your business logic.

fun call(): Void?