pub fn execute<D: Dispatcher + 'static>(
    dispatcher: D,
    signer: &Arc<dyn Accounts>,
    payload: ConfirmationPayload,
    pass: SignWith
) -> BoxFuture<WithToken<ConfirmationResponse>>
Expand description

Execute a confirmation payload.